1
+
2
+ # Eclipse
3
+ * .class
4
+ target /
5
+ .project
6
+ .classpath
7
+ .settings
8
+ .factorypath
9
+ .attach *
10
+
11
+ # Package Files #
12
+ * .jar
13
+ * .war
14
+ * .ear
15
+
16
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
17
+ hs_err_pid *
18
+
19
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
20
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
21
+
22
+ .idea /
23
+ .idea /** /* .xml
24
+ .idea /* .xml
25
+
26
+ .idea /.gitignore
27
+ .idea /codeStyles /Project.xml
28
+ .idea /codeStyles /codeStyleConfig.xml
29
+ .idea /compiler.xml
30
+ .idea /encodings.xml
31
+ .idea /jarRepositories.xml
32
+ .idea /misc.xml
33
+ .idea /vcs.xml
34
+
35
+ # User-specific stuff
36
+ .idea /** /workspace.xml
37
+ .idea /** /tasks.xml
38
+ .idea /** /usage.statistics.xml
39
+ .idea /** /dictionaries
40
+ .idea /** /shelf
41
+
42
+ # AWS User-specific
43
+ .idea /** /aws.xml
44
+
45
+ # Generated files
46
+ .idea /** /contentModel.xml
47
+
48
+ # Sensitive or high-churn files
49
+ .idea /** /dataSources /
50
+ .idea /** /dataSources.ids
51
+ .idea /** /dataSources.local.xml
52
+ .idea /** /sqlDataSources.xml
53
+ .idea /** /dynamic.xml
54
+ .idea /** /uiDesigner.xml
55
+ .idea /** /dbnavigator.xml
56
+
57
+ # Gradle
58
+ .idea /** /gradle.xml
59
+ .idea /** /libraries
60
+
61
+ # Gradle and Maven with auto-import
62
+ # When using Gradle or Maven with auto-import, you should exclude module files,
63
+ # since they will be recreated, and may cause churn. Uncomment if using
64
+ # auto-import.
65
+ # .idea/artifacts
66
+ # .idea/compiler.xml
67
+ # .idea/jarRepositories.xml
68
+ # .idea/modules.xml
69
+ # .idea/*.iml
70
+ # .idea/modules
71
+ # *.iml
72
+ # *.ipr
73
+
74
+ # CMake
75
+ cmake-build- * /
76
+
77
+ # Mongo Explorer plugin
78
+ .idea /** /mongoSettings.xml
79
+
80
+ # File-based project format
81
+ * .iws
82
+
83
+ # IntelliJ
84
+ out /
85
+
86
+ # mpeltonen/sbt-idea plugin
87
+ .idea_modules /
88
+
89
+ # JIRA plugin
90
+ atlassian-ide-plugin.xml
91
+
92
+ # Cursive Clojure plugin
93
+ .idea /replstate.xml
94
+
95
+ # SonarLint plugin
96
+ .idea /sonarlint /
97
+
98
+ # Crashlytics plugin (for Android Studio and IntelliJ)
99
+ com_crashlytics_export_strings.xml
100
+ crashlytics.properties
101
+ crashlytics-build.properties
102
+ fabric.properties
103
+
104
+ # Editor-based Rest Client
105
+ .idea /httpRequests
106
+
107
+ # Android studio 3.1+ serialized cache file
108
+ .idea /caches /build_file_checksums.ser
0 commit comments