Skip to content

Commit 23f10ac

Browse files
committed
Simplify .gitignore a bit
1 parent 68cb398 commit 23f10ac

File tree

1 file changed

+1
-61
lines changed

1 file changed

+1
-61
lines changed

.gitignore

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -53,51 +53,11 @@ Temporary Items
5353
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
5454
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5555

56-
# User-specific stuff
57-
.idea/**/workspace.xml
58-
.idea/**/tasks.xml
59-
.idea/**/usage.statistics.xml
60-
.idea/**/dictionaries
61-
.idea/**/shelf
62-
63-
# AWS User-specific
64-
.idea/**/aws.xml
65-
66-
# Generated files
67-
.idea/**/contentModel.xml
68-
69-
# Sensitive or high-churn files
70-
.idea/**/dataSources/
71-
.idea/**/dataSources.ids
72-
.idea/**/dataSources.local.xml
73-
.idea/**/sqlDataSources.xml
74-
.idea/**/dynamic.xml
75-
.idea/**/uiDesigner.xml
76-
.idea/**/dbnavigator.xml
77-
78-
# Gradle
79-
.idea/**/gradle.xml
80-
.idea/**/libraries
81-
82-
# Gradle and Maven with auto-import
83-
# When using Gradle or Maven with auto-import, you should exclude module files,
84-
# since they will be recreated, and may cause churn. Uncomment if using
85-
# auto-import.
86-
# .idea/artifacts
87-
# .idea/compiler.xml
88-
# .idea/jarRepositories.xml
89-
# .idea/modules.xml
90-
# .idea/*.iml
91-
# .idea/modules
92-
# *.iml
93-
# *.ipr
56+
.idea/
9457

9558
# CMake
9659
cmake-build-*/
9760

98-
# Mongo Explorer plugin
99-
.idea/**/mongoSettings.xml
100-
10161
# File-based project format
10262
*.iws
10363

@@ -110,32 +70,12 @@ out/
11070
# JIRA plugin
11171
atlassian-ide-plugin.xml
11272

113-
# Cursive Clojure plugin
114-
.idea/replstate.xml
115-
116-
# SonarLint plugin
117-
.idea/sonarlint/
118-
11973
# Crashlytics plugin (for Android Studio and IntelliJ)
12074
com_crashlytics_export_strings.xml
12175
crashlytics.properties
12276
crashlytics-build.properties
12377
fabric.properties
12478

125-
# Editor-based Rest Client
126-
.idea/httpRequests
127-
128-
# Android studio 3.1+ serialized cache file
129-
.idea/caches/build_file_checksums.ser
130-
131-
### PyCharm+all Patch ###
132-
# Ignore everything but code style settings and run configurations
133-
# that are supposed to be shared within teams.
134-
135-
.idea/*
136-
137-
!.idea/codeStyles
138-
!.idea/runConfigurations
13979

14080
### Python ###
14181
# Byte-compiled / optimized / DLL files

0 commit comments

Comments
 (0)