Skip to content

Commit 4f3e647

Browse files
committed
Create .gitignore
1 parent f66904e commit 4f3e647

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# dir
2+
libs/
3+
obj/
4+
# file
5+
*.~
6+
# Maven build output.
7+
target/
8+
# Generated for Eclipse.
9+
.settings/
10+
.project
11+
.classpath
12+
bin/
13+
gen/
14+
# Created by OS.
15+
.DS_Store
16+
# Generated for IntelliJ IDEA.
17+
.idea/
18+
*.ipr
19+
*.iws
20+
*.iml
21+
gen-external-apklibs/
22+
## Additional for IntelliJ
23+
out/
24+
# generated by mpeltonen/sbt-idea plugin
25+
.idea_modules/
26+
# generated by JIRA plugin
27+
atlassian-ide-plugin.xml
28+
# generated by Crashlytics plugin (for Android Studio and Intellij)
29+
com_crashlytics_export_strings.xml

0 commit comments

Comments
 (0)