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