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