File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 6
6
.DS_Store
7
7
/build
8
8
/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
You can’t perform that action at this time.
0 commit comments