Skip to content

Commit 688e2e2

Browse files
committed
Tune .gitignore for JetBrains
1 parent d66395c commit 688e2e2

File tree

1 file changed

+82
-2
lines changed

1 file changed

+82
-2
lines changed

.gitignore

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,90 @@ release.properties
1212
.settings/
1313
build/
1414

15-
# IntelliJ stuff #
16-
.idea/
15+
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
16+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
17+
18+
# User-specific stuff
19+
.idea/**/workspace.xml
20+
.idea/**/tasks.xml
21+
.idea/**/usage.statistics.xml
22+
.idea/**/dictionaries
23+
.idea/**/shelf
24+
25+
# AWS User-specific
26+
.idea/**/aws.xml
27+
28+
# Generated files
29+
.idea/**/contentModel.xml
30+
31+
# Sensitive or high-churn files
32+
.idea/**/dataSources/
33+
.idea/**/dataSources.ids
34+
.idea/**/dataSources.local.xml
35+
.idea/**/sqlDataSources.xml
36+
.idea/**/dynamic.xml
37+
.idea/**/uiDesigner.xml
38+
.idea/**/dbnavigator.xml
39+
40+
# Gradle
41+
.idea/**/gradle.xml
42+
.idea/**/libraries
43+
44+
# Gradle and Maven with auto-import
45+
# When using Gradle or Maven with auto-import, you should exclude module files,
46+
# since they will be recreated, and may cause churn. Uncomment if using
47+
# auto-import.
48+
.idea/artifacts
49+
.idea/compiler.xml
50+
.idea/jarRepositories.xml
51+
.idea/modules.xml
52+
.idea/*.iml
53+
.idea/modules
54+
*.iml
55+
*.ipr
56+
57+
# CMake
58+
cmake-build-*/
59+
60+
# Mongo Explorer plugin
61+
.idea/**/mongoSettings.xml
62+
63+
# File-based project format
64+
*.iws
65+
66+
# IntelliJ
1767
out/
1868

69+
# mpeltonen/sbt-idea plugin
70+
.idea_modules/
71+
72+
# JIRA plugin
73+
atlassian-ide-plugin.xml
74+
75+
# Cursive Clojure plugin
76+
.idea/replstate.xml
77+
78+
# SonarLint plugin
79+
.idea/sonarlint/
80+
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
81+
82+
# Crashlytics plugin (for Android Studio and IntelliJ)
83+
com_crashlytics_export_strings.xml
84+
crashlytics.properties
85+
crashlytics-build.properties
86+
fabric.properties
87+
88+
# Editor-based HTTP Client
89+
.idea/httpRequests
90+
http-client.private.env.json
91+
92+
# Android studio 3.1+ serialized cache file
93+
.idea/caches/build_file_checksums.ser
94+
95+
# Apifox Helper cache
96+
.idea/.cache/.Apifox_Helper
97+
.idea/ApifoxUploaderProjectSetting.xml
98+
1999
# Java Classes #
20100
*.class
21101

0 commit comments

Comments
 (0)