Commit 621c80bcfba0ac09350de98b673707c6aebe908a
1 parent
58d46d18
Exists in
master
ignoring .idea folder (closes #360)
Showing
1 changed file
with
1 additions
and
81 deletions
Show diff stats
.gitignore
... | ... | @@ -8,52 +8,11 @@ |
8 | 8 | ### Intellij ### |
9 | 9 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
10 | 10 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
11 | - | |
12 | -# User-specific stuff | |
13 | -.idea/**/workspace.xml | |
14 | -.idea/**/tasks.xml | |
15 | -.idea/**/usage.statistics.xml | |
16 | -.idea/**/dictionaries | |
17 | -.idea/**/shelf | |
18 | - | |
19 | -# AWS User-specific | |
20 | -.idea/**/aws.xml | |
21 | - | |
22 | -# Generated files | |
23 | -.idea/**/contentModel.xml | |
24 | - | |
25 | -# Sensitive or high-churn files | |
26 | -.idea/**/dataSources/ | |
27 | -.idea/**/dataSources.ids | |
28 | -.idea/**/dataSources.local.xml | |
29 | -.idea/**/sqlDataSources.xml | |
30 | -.idea/**/dynamic.xml | |
31 | -.idea/**/uiDesigner.xml | |
32 | -.idea/**/dbnavigator.xml | |
33 | - | |
34 | -# Gradle | |
35 | -.idea/**/gradle.xml | |
36 | -.idea/**/libraries | |
37 | - | |
38 | -# Gradle and Maven with auto-import | |
39 | -# When using Gradle or Maven with auto-import, you should exclude module files, | |
40 | -# since they will be recreated, and may cause churn. Uncomment if using | |
41 | -# auto-import. | |
42 | -# .idea/artifacts | |
43 | -# .idea/compiler.xml | |
44 | -# .idea/jarRepositories.xml | |
45 | -# .idea/modules.xml | |
46 | -# .idea/*.iml | |
47 | -# .idea/modules | |
48 | -# *.iml | |
49 | -# *.ipr | |
11 | +.idea/ | |
50 | 12 | |
51 | 13 | # CMake |
52 | 14 | cmake-build-*/ |
53 | 15 | |
54 | -# Mongo Explorer plugin | |
55 | -.idea/**/mongoSettings.xml | |
56 | - | |
57 | 16 | # File-based project format |
58 | 17 | *.iws |
59 | 18 | |
... | ... | @@ -66,51 +25,12 @@ out/ |
66 | 25 | # JIRA plugin |
67 | 26 | atlassian-ide-plugin.xml |
68 | 27 | |
69 | -# Cursive Clojure plugin | |
70 | -.idea/replstate.xml | |
71 | - | |
72 | 28 | # Crashlytics plugin (for Android Studio and IntelliJ) |
73 | 29 | com_crashlytics_export_strings.xml |
74 | 30 | crashlytics.properties |
75 | 31 | crashlytics-build.properties |
76 | 32 | fabric.properties |
77 | 33 | |
78 | -# Editor-based Rest Client | |
79 | -.idea/httpRequests | |
80 | - | |
81 | -# Android studio 3.1+ serialized cache file | |
82 | -.idea/caches/build_file_checksums.ser | |
83 | - | |
84 | -### Intellij Patch ### | |
85 | -# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 | |
86 | - | |
87 | -# *.iml | |
88 | -# modules.xml | |
89 | -# .idea/misc.xml | |
90 | -# *.ipr | |
91 | - | |
92 | -# Sonarlint plugin | |
93 | -# https://plugins.jetbrains.com/plugin/7973-sonarlint | |
94 | -.idea/**/sonarlint/ | |
95 | - | |
96 | -# SonarQube Plugin | |
97 | -# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin | |
98 | -.idea/**/sonarIssues.xml | |
99 | - | |
100 | -# Markdown Navigator plugin | |
101 | -# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced | |
102 | -.idea/**/markdown-navigator.xml | |
103 | -.idea/**/markdown-navigator-enh.xml | |
104 | -.idea/**/markdown-navigator/ | |
105 | - | |
106 | -# Cache file creation bug | |
107 | -# See https://youtrack.jetbrains.com/issue/JBR-2257 | |
108 | -.idea/$CACHE_FILE$ | |
109 | - | |
110 | -# CodeStream plugin | |
111 | -# https://plugins.jetbrains.com/plugin/12206-codestream | |
112 | -.idea/codestream.xml | |
113 | - | |
114 | 34 | ### Python ### |
115 | 35 | # Byte-compiled / optimized / DLL files |
116 | 36 | __pycache__/ | ... | ... |