Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 27c1426

Browse files
committed
Update .gitignore
1 parent 8409ade commit 27c1426

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

.gitignore

+35-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
1-
target
1+
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
220
.classpath
21+
.buildpath
322
.project
4-
.settings
23+
24+
# Mac Junk
25+
.DS_Store
26+
27+
# Intellij project files
528
*.iml
6-
.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

Comments
 (0)