Skip to content

Commit 3ce456f

Browse files
committed
Improve ignores
1 parent f189d9a commit 3ce456f

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

.gitignore

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,91 @@ bin/
4747

4848
### Ignore secrets file ###
4949
local.properties
50+
51+
52+
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
53+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
54+
55+
# User-specific stuff
56+
.idea/**/workspace.xml
57+
.idea/**/tasks.xml
58+
.idea/**/usage.statistics.xml
59+
.idea/**/dictionaries
60+
.idea/**/shelf
61+
62+
# AWS User-specific
63+
.idea/**/aws.xml
64+
65+
# Generated files
66+
.idea/**/contentModel.xml
67+
68+
# Sensitive or high-churn files
69+
.idea/**/dataSources/
70+
.idea/**/dataSources.ids
71+
.idea/**/dataSources.local.xml
72+
.idea/**/sqlDataSources.xml
73+
.idea/**/dynamic.xml
74+
.idea/**/uiDesigner.xml
75+
.idea/**/dbnavigator.xml
76+
77+
# Gradle
78+
.idea/**/gradle.xml
79+
.idea/**/libraries
80+
81+
# Gradle and Maven with auto-import
82+
# When using Gradle or Maven with auto-import, you should exclude module files,
83+
# since they will be recreated, and may cause churn. Uncomment if using
84+
# auto-import.
85+
# .idea/artifacts
86+
# .idea/compiler.xml
87+
# .idea/jarRepositories.xml
88+
# .idea/modules.xml
89+
# .idea/*.iml
90+
# .idea/modules
91+
# *.iml
92+
# *.ipr
93+
94+
# CMake
95+
cmake-build-*/
96+
97+
# Mongo Explorer plugin
98+
.idea/**/mongoSettings.xml
99+
100+
# File-based project format
101+
*.iws
102+
103+
# IntelliJ
104+
out/
105+
106+
# mpeltonen/sbt-idea plugin
107+
.idea_modules/
108+
109+
# JIRA plugin
110+
atlassian-ide-plugin.xml
111+
112+
# Cursive Clojure plugin
113+
.idea/replstate.xml
114+
115+
# SonarLint plugin
116+
.idea/sonarlint/
117+
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
118+
119+
# Crashlytics plugin (for Android Studio and IntelliJ)
120+
com_crashlytics_export_strings.xml
121+
crashlytics.properties
122+
crashlytics-build.properties
123+
fabric.properties
124+
125+
# Editor-based HTTP Client
126+
.idea/httpRequests
127+
http-client.private.env.json
128+
129+
# Android studio 3.1+ serialized cache file
130+
.idea/caches/build_file_checksums.ser
131+
132+
# Apifox Helper cache
133+
.idea/.cache/.Apifox_Helper
134+
.idea/ApifoxUploaderProjectSetting.xml
135+
136+
# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215
137+
.idea/**/copilot.data.migration.*.xml

0 commit comments

Comments
 (0)