File tree 1 file changed +40
-1
lines changed
1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Local configuration file (sdk path, etc)
2
+ log4j.properties
3
+
1
4
# Compiled class file
2
5
* .class
3
6
13
16
# Package Files #
14
17
* .jar
15
18
* .war
16
- * .nar
17
19
* .ear
18
20
* .zip
19
21
* .tar.gz
20
22
* .rar
21
23
24
+ # Built application files
25
+ * .apk
26
+ * .ap_
27
+
22
28
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
29
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
You can’t perform that action at this time.
0 commit comments