Skip to content

Commit da7a2a5

Browse files
committed
Added gitignore file.
1 parent 7da91de commit da7a2a5

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Created by .gitignore support plugin (hsz.mobi)
2+
3+
4+
### JetBrains template
5+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
6+
7+
## Directory-based project format
8+
.idea/
9+
# if you remove the above rule, at least ignore user-specific stuff:
10+
# .idea/workspace.xml
11+
# .idea/tasks.xml
12+
# and these sensitive or high-churn files:
13+
# .idea/dataSources.ids
14+
# .idea/dataSources.xml
15+
# .idea/sqlDataSources.xml
16+
# .idea/dynamic.xml
17+
18+
## File-based project format
19+
*.ipr
20+
*.iml
21+
*.iws
22+
23+
## Additional for IntelliJ
24+
out/
25+
26+
# generated by mpeltonen/sbt-idea plugin
27+
.idea_modules/
28+
29+
# generated by JIRA plugin
30+
atlassian-ide-plugin.xml
31+
32+
# generated by Crashlytics plugin (for Android Studio and Intellij)
33+
com_crashlytics_export_strings.xml
34+
35+
### Maven template
36+
target/
37+
pom.xml.tag
38+
pom.xml.releaseBackup
39+
pom.xml.versionsBackup
40+
pom.xml.next
41+
release.properties

0 commit comments

Comments
 (0)