Commit f46a099f07b47c6f2e13a324ebcb06e943e80e9a
1 parent
16572de04b
Exists in
master
[IMP] ADD .gitignore
Showing 1 changed file with 29 additions and 0 deletions Side-by-side Diff
.gitignore
... | ... | @@ -0,0 +1,29 @@ |
1 | +# Created by .ignore support plugin (hsz.mobi) | |
2 | +### JetBrains template | |
3 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | |
4 | + | |
5 | +*.iml | |
6 | + | |
7 | +## Directory-based project format: | |
8 | +.* | |
9 | + | |
10 | +## File-based project format: | |
11 | +*.ipr | |
12 | +*.iws | |
13 | + | |
14 | +# mpeltonen/sbt-idea plugin | |
15 | +.idea_modules/ | |
16 | + | |
17 | +# JIRA plugin | |
18 | +atlassian-ide-plugin.xml | |
19 | + | |
20 | +# Crashlytics plugin (for Android Studio and IntelliJ) | |
21 | +com_crashlytics_export_strings.xml | |
22 | +crashlytics.properties | |
23 | +crashlytics-build.properties | |
24 | + | |
25 | + | |
26 | +### Kate template | |
27 | +# Swap Files # | |
28 | +.*.kate-swp | |
29 | +.swp.* |