|
3 | 3 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
4 | 4 |
|
5 | 5 | # User-specific stuff
|
6 |
| -.idea/**/workspace.xml |
7 |
| -.idea/**/tasks.xml |
8 |
| -.idea/**/usage.statistics.xml |
9 |
| -.idea/**/dictionaries |
10 |
| -.idea/**/shelf |
11 |
| - |
12 |
| -# Generated files |
13 |
| -.idea/**/contentModel.xml |
14 |
| - |
15 |
| -# Sensitive or high-churn files |
16 |
| -.idea/**/dataSources/ |
17 |
| -.idea/**/dataSources.ids |
18 |
| -.idea/**/dataSources.local.xml |
19 |
| -.idea/**/sqlDataSources.xml |
20 |
| -.idea/**/dynamic.xml |
21 |
| -.idea/**/uiDesigner.xml |
22 |
| -.idea/**/dbnavigator.xml |
23 |
| - |
24 |
| -# Gradle |
25 |
| -.idea/**/gradle.xml |
26 |
| -.idea/**/libraries |
27 |
| - |
28 |
| -# Gradle and Maven with auto-import |
29 |
| -# When using Gradle or Maven with auto-import, you should exclude module files, |
30 |
| -# since they will be recreated, and may cause churn. Uncomment if using |
31 |
| -# auto-import. |
32 |
| -# .idea/modules.xml |
33 |
| -# .idea/*.iml |
34 |
| -# .idea/modules |
35 |
| -# *.iml |
36 |
| -# *.ipr |
| 6 | +.idea/* |
37 | 7 |
|
38 | 8 | # CMake
|
39 | 9 | cmake-build-*/
|
40 | 10 |
|
41 |
| -# Mongo Explorer plugin |
42 |
| -.idea/**/mongoSettings.xml |
43 |
| - |
44 | 11 | # File-based project format
|
45 | 12 | *.iws
|
46 | 13 |
|
|
53 | 20 | # JIRA plugin
|
54 | 21 | atlassian-ide-plugin.xml
|
55 | 22 |
|
56 |
| -# Cursive Clojure plugin |
57 |
| -.idea/replstate.xml |
58 |
| - |
59 | 23 | # Crashlytics plugin (for Android Studio and IntelliJ)
|
60 | 24 | com_crashlytics_export_strings.xml
|
61 | 25 | crashlytics.properties
|
62 | 26 | crashlytics-build.properties
|
63 | 27 | fabric.properties
|
64 | 28 |
|
65 |
| -# Editor-based Rest Client |
66 |
| -.idea/httpRequests |
67 |
| - |
68 |
| -# Android studio 3.1+ serialized cache file |
69 |
| -.idea/caches/build_file_checksums.ser |
70 |
| - |
71 | 29 | ### JetBrains Patch ###
|
72 | 30 | # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
|
73 | 31 |
|
74 | 32 | # *.iml
|
75 | 33 | # modules.xml
|
76 |
| -# .idea/misc.xml |
77 | 34 | # *.ipr
|
78 | 35 |
|
79 |
| -# Sonarlint plugin |
80 |
| -.idea/**/sonarlint/ |
81 |
| - |
82 |
| -# SonarQube Plugin |
83 |
| -.idea/**/sonarIssues.xml |
84 |
| - |
85 |
| -# Markdown Navigator plugin |
86 |
| -.idea/**/markdown-navigator.xml |
87 |
| -.idea/**/markdown-navigator/ |
88 |
| - |
89 | 36 | ### Linux ###
|
90 | 37 | *~
|
91 | 38 |
|
|
0 commit comments