Skip to content

Commit ea7fc76

Browse files
committed
ignore
1 parent 99f9fb3 commit ea7fc76

1 file changed

Lines changed: 38 additions & 9 deletions

File tree

.gitignore

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,41 @@
1-
*.class
1+
# Windows thumbnail db
2+
Thumbs.db
23

3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
4+
# OSX files
5+
.DS_Store
56

6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
7+
# built application files
8+
*.apk
9+
*.ap_
1010

11-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12-
hs_err_pid*
11+
# files for the dex VM
12+
*.dex
13+
14+
# Java class files
15+
*.class
16+
17+
# generated files
18+
bin/
19+
gen/
20+
build/
21+
22+
# Local configuration file (sdk path, etc)
23+
local.properties
24+
25+
# Eclipse project files
26+
.classpath
27+
.project
28+
29+
# Android Studio
30+
.idea
31+
.gradle
32+
/*/local.properties
33+
/*/out
34+
/*/*/build
35+
build
36+
/*/*/production
37+
*.iml
38+
*.iws
39+
*.ipr
40+
*~
41+
*.swp

0 commit comments

Comments
 (0)