We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8409ade commit 27c1426Copy full SHA for 27c1426
1 file changed
.gitignore
@@ -1,6 +1,38 @@
1
-target
+
2
+# C temp files
3
+*.c~
4
5
+# Java class files
6
+*.class
7
8
+# Generated files/folders
9
+bin/
10
+gen/
11
+build/
12
+out/
13
+.gradle/
14
+.navigation/
15
16
+# Local configuration file (sdk path, etc)
17
+local.properties
18
19
+# Eclipse project files
20
.classpath
21
+.buildpath
22
.project
-.settings
23
24
+# Mac Junk
25
+.DS_Store
26
27
+# Intellij project files
28
*.iml
-.idea
29
+*.ipr
30
+*.iws
31
+.idea/
32
33
+# Keystore and properties
34
+*.keystore
35
+keystore.properties
36
37
+FictionDL.jar
38
+FictionDL-old.jar
0 commit comments