Skip to content

Commit baab528

Browse files
author
Brad Chen
committed
Update git ignore
1 parent 4986dc7 commit baab528

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

Diff for: .gitignore

+40-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Local configuration file (sdk path, etc)
2+
log4j.properties
3+
14
# Compiled class file
25
*.class
36

@@ -13,11 +16,47 @@
1316
# Package Files #
1417
*.jar
1518
*.war
16-
*.nar
1719
*.ear
1820
*.zip
1921
*.tar.gz
2022
*.rar
2123

24+
# Built application files
25+
*.apk
26+
*.ap_
27+
2228
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2329
hs_err_pid*
30+
31+
# ignore IDE
32+
bin/
33+
proguard/
34+
.project
35+
.classpath
36+
.settings
37+
.metadata
38+
.factorypath
39+
.idea
40+
*.iml
41+
42+
# ignore Maven generated target
43+
target/
44+
build/
45+
release.properties
46+
*.releaseBackup
47+
48+
## .gitignore for windows
49+
50+
# Windows image file caches
51+
Thumbs.db
52+
ehthumbs.db
53+
54+
# Folder config file
55+
Desktop.ini
56+
57+
## .gitignore for mac os x
58+
59+
.DS_Store
60+
.AppleDouble
61+
.LSOverride
62+
Icon

0 commit comments

Comments
 (0)