Skip to content

Commit 9d40e4a

Browse files
committed
Add JetBrainz exlusions.
1 parent 1e89508 commit 9d40e4a

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

.gitignore

+67
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,70 @@ ENV/
9999

100100
# mypy
101101
.mypy_cache/
102+
103+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
104+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
105+
106+
# User-specific stuff
107+
.idea/**/workspace.xml
108+
.idea/**/tasks.xml
109+
.idea/**/usage.statistics.xml
110+
.idea/**/dictionaries
111+
.idea/**/shelf
112+
113+
# Generated files
114+
.idea/**/contentModel.xml
115+
116+
# Sensitive or high-churn files
117+
.idea/**/dataSources/
118+
.idea/**/dataSources.ids
119+
.idea/**/dataSources.local.xml
120+
.idea/**/sqlDataSources.xml
121+
.idea/**/dynamic.xml
122+
.idea/**/uiDesigner.xml
123+
.idea/**/dbnavigator.xml
124+
125+
# Gradle
126+
.idea/**/gradle.xml
127+
.idea/**/libraries
128+
129+
# Gradle and Maven with auto-import
130+
# When using Gradle or Maven with auto-import, you should exclude module files,
131+
# since they will be recreated, and may cause churn. Uncomment if using
132+
# auto-import.
133+
# .idea/modules.xml
134+
# .idea/*.iml
135+
# .idea/modules
136+
137+
# CMake
138+
cmake-build-*/
139+
140+
# Mongo Explorer plugin
141+
.idea/**/mongoSettings.xml
142+
143+
# File-based project format
144+
*.iws
145+
146+
# IntelliJ
147+
out/
148+
149+
# mpeltonen/sbt-idea plugin
150+
.idea_modules/
151+
152+
# JIRA plugin
153+
atlassian-ide-plugin.xml
154+
155+
# Cursive Clojure plugin
156+
.idea/replstate.xml
157+
158+
# Crashlytics plugin (for Android Studio and IntelliJ)
159+
com_crashlytics_export_strings.xml
160+
crashlytics.properties
161+
crashlytics-build.properties
162+
fabric.properties
163+
164+
# Editor-based Rest Client
165+
.idea/httpRequests
166+
167+
# Android studio 3.1+ serialized cache file
168+
.idea/caches/build_file_checksums.ser

0 commit comments

Comments
 (0)