Skip to content

Commit 5b6fb96

Browse files
include Jetbrains specifics in ignore file
1 parent 394c516 commit 5b6fb96

1 file changed

Lines changed: 79 additions & 1 deletion

File tree

.gitignore

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,82 @@ cython_debug/
157157
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
#.idea/
160+
#.idea/
161+
162+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
163+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
164+
165+
# User-specific stuff
166+
.idea/**/workspace.xml
167+
.idea/**/tasks.xml
168+
.idea/**/usage.statistics.xml
169+
.idea/**/dictionaries
170+
.idea/**/shelf
171+
172+
# AWS User-specific
173+
.idea/**/aws.xml
174+
175+
# Generated files
176+
.idea/**/contentModel.xml
177+
178+
# Sensitive or high-churn files
179+
.idea/**/dataSources/
180+
.idea/**/dataSources.ids
181+
.idea/**/dataSources.local.xml
182+
.idea/**/sqlDataSources.xml
183+
.idea/**/dynamic.xml
184+
.idea/**/uiDesigner.xml
185+
.idea/**/dbnavigator.xml
186+
187+
# Gradle
188+
.idea/**/gradle.xml
189+
.idea/**/libraries
190+
191+
# Gradle and Maven with auto-import
192+
# When using Gradle or Maven with auto-import, you should exclude module files,
193+
# since they will be recreated, and may cause churn. Uncomment if using
194+
# auto-import.
195+
# .idea/artifacts
196+
# .idea/compiler.xml
197+
# .idea/jarRepositories.xml
198+
# .idea/modules.xml
199+
# .idea/*.iml
200+
# .idea/modules
201+
# *.iml
202+
# *.ipr
203+
204+
# CMake
205+
cmake-build-*/
206+
207+
# Mongo Explorer plugin
208+
.idea/**/mongoSettings.xml
209+
210+
# File-based project format
211+
*.iws
212+
213+
# IntelliJ
214+
out/
215+
216+
# mpeltonen/sbt-idea plugin
217+
.idea_modules/
218+
219+
# JIRA plugin
220+
atlassian-ide-plugin.xml
221+
222+
# Cursive Clojure plugin
223+
.idea/replstate.xml
224+
225+
# SonarLint plugin
226+
.idea/sonarlint/
227+
228+
# Crashlytics plugin (for Android Studio and IntelliJ)
229+
com_crashlytics_export_strings.xml
230+
crashlytics.properties
231+
crashlytics-build.properties
232+
fabric.properties
233+
234+
# Editor-based Rest Client
235+
.idea/httpRequests
236+
237+
# Android studio 3.1+ serialized cache file
238+
.idea/caches/build_file_checksums.ser

0 commit comments

Comments
 (0)