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