Skip to content

Commit 12ece48

Browse files
committed
chore: updated gitignore with Jetbrains specific template
1 parent 372b834 commit 12ece48

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

.gitignore

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

162239
# Project specific files
163240
*.epub

0 commit comments

Comments
 (0)