Skip to content

Commit 11cfb8c

Browse files
committed
Add pycharm's gitignore
1 parent 707b958 commit 11cfb8c

File tree

1 file changed

+73
-5
lines changed

1 file changed

+73
-5
lines changed

.gitignore

Lines changed: 73 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,76 @@ dmypy.json
161161
cython_debug/
162162

163163
# PyCharm
164-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
165-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
166-
# and can be added to the global gitignore or merged into this file. For a more nuclear
167-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
168-
#.idea/
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

0 commit comments

Comments
 (0)