Skip to content

Commit a48da31

Browse files
author
service-bot-app[bot]
committed
chore: update repo gitignore [ci skip]
1 parent 6e59577 commit a48da31

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.gitignore

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ go.work.sum
4242
.DS_Store
4343
.AppleDouble
4444
.LSOverride
45-
46-
# Icon must end with two \r
47-
Icon
45+
Icon[]
4846

4947
# Thumbnails
5048
._*
@@ -134,6 +132,7 @@ atlassian-ide-plugin.xml
134132

135133
# SonarLint plugin
136134
.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
137136

138137
# Crashlytics plugin (for Android Studio and IntelliJ)
139138
com_crashlytics_export_strings.xml
@@ -225,6 +224,23 @@ flycheck_*.el
225224
/network-security.data
226225

227226

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+
228244
/mk-include/
229245
/.mk-include-timestamp
230246

0 commit comments

Comments
 (0)