Skip to content

Commit d366d1e

Browse files
committed
🙈 Ignore .idea entirely
1 parent 1d09216 commit d366d1e

File tree

3 files changed

+1
-100
lines changed

3 files changed

+1
-100
lines changed

Diff for: .gitignore

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

242164
# project specific
243165
config.yaml

Diff for: .idea/inspectionProfiles/Project_Default.xml

-15
This file was deleted.

Diff for: .idea/inspectionProfiles/profiles_settings.xml

-6
This file was deleted.

0 commit comments

Comments
 (0)