Skip to content

Commit

Permalink
.vscodeignore: ignore more config files
Browse files Browse the repository at this point in the history
Change-Id: I7fb974f026d4cd41cfb3fffe4c72261210d435a2
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/401255
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Jamal Carvalho <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
hyangah committed Apr 20, 2022
1 parent 097d627 commit 1e2bc88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
**/*.map
**/tslint.json
.DS_Store
.editorconfig
.eslintignore
.eslintrc.json
.git/
.github/
.gitignore
Expand All @@ -9,7 +13,10 @@
.vscode-test/
SECURITY.md
build/
codereview.cfg
docs/
go.mod
go.sum
node_modules/
out/
src/
Expand Down

0 comments on commit 1e2bc88

Please sign in to comment.