Skip to content

Commit ff6655a

Browse files
committed
Ignore .idea
1 parent fae07ad commit ff6655a

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

.gitignore

+1-57
Original file line numberDiff line numberDiff line change
@@ -20,63 +20,7 @@
2020
*.rar
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23-
hs_err_pid*
24-
25-
# github/gitignore/jetbrains
26-
27-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
28-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
29-
30-
# User-specific stuff
31-
.idea/**/workspace.xml
32-
.idea/**/tasks.xml
33-
.idea/**/dictionaries
34-
.idea/**/shelf
35-
36-
# Sensitive or high-churn files
37-
.idea/**/dataSources/
38-
.idea/**/dataSources.ids
39-
.idea/**/dataSources.local.xml
40-
.idea/**/sqlDataSources.xml
41-
.idea/**/dynamic.xml
42-
.idea/**/uiDesigner.xml
43-
.idea/**/dbnavigator.xml
44-
45-
# Gradle
46-
.idea/**/gradle.xml
47-
.idea/**/libraries
48-
49-
# CMake
50-
cmake-build-debug/
51-
cmake-build-release/
52-
53-
# Mongo Explorer plugin
54-
.idea/**/mongoSettings.xml
55-
56-
# File-based project format
57-
*.iws
58-
59-
# IntelliJ
60-
out/
61-
62-
# mpeltonen/sbt-idea plugin
63-
.idea_modules/
64-
65-
# JIRA plugin
66-
atlassian-ide-plugin.xml
67-
68-
# Cursive Clojure plugin
69-
.idea/replstate.xml
70-
71-
# Crashlytics plugin (for Android Studio and IntelliJ)
72-
com_crashlytics_export_strings.xml
73-
crashlytics.properties
74-
crashlytics-build.properties
75-
fabric.properties
76-
77-
# Editor-based Rest Client
78-
.idea/httpRequests
79-
23+
.idea/*
8024
# custom
8125

8226
*.iml

0 commit comments

Comments
 (0)