Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit c3d35ce

Browse files
committed
chore: remove .idea folder from vcs
1 parent 641dd04 commit c3d35ce

File tree

6 files changed

+1
-127
lines changed

6 files changed

+1
-127
lines changed

.gitignore

Lines changed: 1 addition & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,11 @@
77
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
88

99
# User-specific stuff
10-
.idea/**/workspace.xml
11-
.idea/**/tasks.xml
12-
.idea/**/usage.statistics.xml
13-
.idea/**/dictionaries
14-
.idea/**/shelf
15-
16-
# Generated files
17-
.idea/**/contentModel.xml
18-
19-
# Sensitive or high-churn files
20-
.idea/**/dataSources/
21-
.idea/**/dataSources.ids
22-
.idea/**/dataSources.local.xml
23-
.idea/**/sqlDataSources.xml
24-
.idea/**/dynamic.xml
25-
.idea/**/uiDesigner.xml
26-
.idea/**/dbnavigator.xml
27-
28-
# Gradle
29-
.idea/**/gradle.xml
30-
.idea/**/libraries
31-
32-
# Gradle and Maven with auto-import
33-
# When using Gradle or Maven with auto-import, you should exclude module files,
34-
# since they will be recreated, and may cause churn. Uncomment if using
35-
# auto-import.
36-
# .idea/artifacts
37-
# .idea/compiler.xml
38-
# .idea/jarRepositories.xml
39-
# .idea/modules.xml
40-
# .idea/*.iml
41-
# .idea/modules
42-
# *.iml
43-
# *.ipr
10+
.idea/
4411

4512
# CMake
4613
cmake-build-*/
4714

48-
# Mongo Explorer plugin
49-
.idea/**/mongoSettings.xml
50-
5115
# File-based project format
5216
*.iws
5317

@@ -60,20 +24,12 @@ out/
6024
# JIRA plugin
6125
atlassian-ide-plugin.xml
6226

63-
# Cursive Clojure plugin
64-
.idea/replstate.xml
65-
6627
# Crashlytics plugin (for Android Studio and IntelliJ)
6728
com_crashlytics_export_strings.xml
6829
crashlytics.properties
6930
crashlytics-build.properties
7031
fabric.properties
7132

72-
# Editor-based Rest Client
73-
.idea/httpRequests
74-
75-
# Android studio 3.1+ serialized cache file
76-
.idea/caches/build_file_checksums.ser
7733

7834
### Intellij Patch ###
7935
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
@@ -83,28 +39,6 @@ fabric.properties
8339
# .idea/misc.xml
8440
# *.ipr
8541

86-
# Sonarlint plugin
87-
# https://plugins.jetbrains.com/plugin/7973-sonarlint
88-
.idea/**/sonarlint/
89-
90-
# SonarQube Plugin
91-
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
92-
.idea/**/sonarIssues.xml
93-
94-
# Markdown Navigator plugin
95-
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
96-
.idea/**/markdown-navigator.xml
97-
.idea/**/markdown-navigator-enh.xml
98-
.idea/**/markdown-navigator/
99-
100-
# Cache file creation bug
101-
# See https://youtrack.jetbrains.com/issue/JBR-2257
102-
.idea/$CACHE_FILE$
103-
104-
# CodeStream plugin
105-
# https://plugins.jetbrains.com/plugin/12206-codestream
106-
.idea/codestream.xml
107-
10842
### Kotlin ###
10943
# Compiled class file
11044
*.class

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/compiler.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/jarRepositories.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)