Skip to content

Commit e5dddd5

Browse files
committed
First commit
0 parents  commit e5dddd5

32 files changed

+644
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
2+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
3+
4+
# User-specific stuff
5+
.idea/**/workspace.xml
6+
.idea/**/tasks.xml
7+
.idea/**/dictionaries
8+
.idea/**/shelf
9+
10+
# Sensitive or high-churn files
11+
.idea/**/dataSources/
12+
.idea/**/dataSources.ids
13+
.idea/**/dataSources.local.xml
14+
.idea/**/sqlDataSources.xml
15+
.idea/**/dynamic.xml
16+
.idea/**/uiDesigner.xml
17+
.idea/**/dbnavigator.xml
18+
19+
# Gradle
20+
.idea/**/gradle.xml
21+
.idea/**/libraries
22+
23+
# CMake
24+
cmake-build-debug/
25+
cmake-build-release/
26+
27+
# Mongo Explorer plugin
28+
.idea/**/mongoSettings.xml
29+
30+
# File-based project format
31+
*.iws
32+
33+
# IntelliJ
34+
out/
35+
36+
# mpeltonen/sbt-idea plugin
37+
.idea_modules/
38+
39+
# JIRA plugin
40+
atlassian-ide-plugin.xml
41+
42+
# Cursive Clojure plugin
43+
.idea/replstate.xml
44+
45+
# Crashlytics plugin (for Android Studio and IntelliJ)
46+
com_crashlytics_export_strings.xml
47+
crashlytics.properties
48+
crashlytics-build.properties
49+
fabric.properties
50+
51+
# Editor-based Rest Client
52+
.idea/httpRequests
1 Byte
Binary file not shown.

.gradle/4.4/fileHashes/fileHashes.bin

19.8 KB
Binary file not shown.
17 Bytes
Binary file not shown.
19 KB
Binary file not shown.
17 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Sun Jun 10 21:08:29 IST 2018
2+
gradle.version=4.4
18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)