File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ go.work.sum
42
42
.DS_Store
43
43
.AppleDouble
44
44
.LSOverride
45
-
46
- # Icon must end with two \r
47
- Icon
45
+ Icon [ ]
48
46
49
47
# Thumbnails
50
48
._ *
@@ -134,6 +132,7 @@ atlassian-ide-plugin.xml
134
132
135
133
# SonarLint plugin
136
134
.idea /sonarlint /
135
+ .idea /sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
137
136
138
137
# Crashlytics plugin (for Android Studio and IntelliJ)
139
138
com_crashlytics_export_strings.xml
@@ -225,6 +224,23 @@ flycheck_*.el
225
224
/network-security.data
226
225
227
226
227
+ #
228
+ # Global/VisualStudioCode Gitignore
229
+ #
230
+
231
+ .vscode /*
232
+ ! .vscode /settings.json
233
+ ! .vscode /tasks.json
234
+ ! .vscode /launch.json
235
+ ! .vscode /extensions.json
236
+ ! .vscode /* .code-snippets
237
+
238
+ # Local History for Visual Studio Code
239
+ .history /
240
+
241
+ # Built Visual Studio Code Extensions
242
+ * .vsix
243
+
228
244
/mk-include /
229
245
/.mk-include-timestamp
230
246
You can’t perform that action at this time.
0 commit comments