Skip to content

Commit 136cbb6

Browse files
committed
Added .gitignore
0 parents  commit 136cbb6

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Generic Java
2+
*.class
3+
4+
# Mobile Tools for Java (J2ME)
5+
.mtj.tmp/
6+
7+
# Package Files
8+
*.jar
9+
*.war
10+
*.ear
11+
12+
# virtual machine crash logs
13+
hs_err_pid*
14+
15+
# Maven
16+
target/
17+
pom.xml.tag
18+
pom.xml.releaseBackup
19+
pom.xml.versionsBackup
20+
pom.xml.next
21+
release.properties
22+
dependency-reduced-pom.xml
23+
buildNumber.properties
24+
.mvn/timing.properties
25+
26+
# IntelliJ IDEA and Android Studio
27+
*.iml
28+
.idea/
29+
*.ipr
30+
*.iws
31+
/out/
32+
.idea_modules/
33+
atlassian-ide-plugin.xml
34+
35+
# Crashlytics plugin (for IntelliJ IDEA and Android Studio)
36+
com_crashlytics_export_strings.xml
37+
crashlytics.properties
38+
crashlytics-build.properties
39+
fabric.properties

0 commit comments

Comments
 (0)