Skip to content

Commit 44ae425

Browse files
committed
Added changes to gitignore
1 parent 8991cdb commit 44ae425

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,45 @@
66
.DS_Store
77
/build
88
/captures
9+
10+
# User-specific stuff:
11+
.idea/workspace.xml
12+
.idea/tasks.xml
13+
.idea/dictionaries
14+
.idea/vcs.xml
15+
.idea/jsLibraryMappings.xml
16+
17+
# Sensitive or high-churn files:
18+
.idea/dataSources.ids
19+
.idea/dataSources.xml
20+
.idea/dataSources.local.xml
21+
.idea/sqlDataSources.xml
22+
.idea/dynamic.xml
23+
.idea/uiDesigner.xml
24+
25+
# Gradle:
26+
.idea/gradle.xml
27+
.idea/libraries
28+
29+
# Mongo Explorer plugin:
30+
.idea/mongoSettings.xml
31+
32+
## File-based project format:
33+
*.iws
34+
35+
## Plugin-specific files:
36+
37+
# IntelliJ
38+
/out/
39+
40+
# mpeltonen/sbt-idea plugin
41+
.idea_modules/
42+
43+
# JIRA plugin
44+
atlassian-ide-plugin.xml
45+
46+
# Crashlytics plugin (for Android Studio and IntelliJ)
47+
com_crashlytics_export_strings.xml
48+
crashlytics.properties
49+
crashlytics-build.properties
50+
fabric.properties

0 commit comments

Comments
 (0)