Skip to content

Commit 42d335e

Browse files
committedApr 1, 2016
Update .gitignore
1 parent d6fa3c5 commit 42d335e

File tree

1 file changed

+63
-3
lines changed

1 file changed

+63
-3
lines changed
 

‎.gitignore

+63-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
.DS_Store
2+
node_modules/
3+
dist/
4+
*.tmp
5+
*.sass-cache
6+
bower_components/
7+
8+
# Created by https://www.gitignore.io
9+
10+
### Android ###
111
# Built application files
212
*.apk
313
*.ap_
@@ -15,16 +25,66 @@ gen/
1525
# Gradle files
1626
.gradle/
1727
build/
28+
/*/build/
1829

1930
# Local configuration file (sdk path, etc)
2031
local.properties
32+
api.properties
2133

2234
# Proguard folder generated by Eclipse
2335
proguard/
2436

2537
# Log Files
2638
*.log
2739

28-
/.idea/workspace.xml
29-
/.idea/libraries
30-
.DS_Store
40+
### Android Patch ###
41+
gen-external-apklibs
42+
43+
44+
### Intellij ###
45+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
46+
47+
*.iml
48+
49+
## Directory-based project format:
50+
.idea/
51+
# if you remove the above rule, at least ignore the following:
52+
53+
# User-specific stuff:
54+
# .idea/workspace.xml
55+
# .idea/tasks.xml
56+
# .idea/dictionaries
57+
58+
# Sensitive or high-churn files:
59+
# .idea/dataSources.ids
60+
# .idea/dataSources.xml
61+
# .idea/sqlDataSources.xml
62+
# .idea/dynamic.xml
63+
# .idea/uiDesigner.xml
64+
65+
# Gradle:
66+
# .idea/gradle.xml
67+
# .idea/libraries
68+
69+
# Mongo Explorer plugin:
70+
# .idea/mongoSettings.xml
71+
72+
## File-based project format:
73+
*.ipr
74+
*.iws
75+
76+
## Plugin-specific files:
77+
78+
# IntelliJ
79+
/out/
80+
81+
# mpeltonen/sbt-idea plugin
82+
.idea_modules/
83+
84+
# JIRA plugin
85+
atlassian-ide-plugin.xml
86+
87+
# Crashlytics plugin (for Android Studio and IntelliJ)
88+
com_crashlytics_export_strings.xml
89+
crashlytics.properties
90+
crashlytics-build.properties

0 commit comments

Comments
 (0)
Please sign in to comment.