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