Skip to content

Commit 55eea27

Browse files
Add *.vsix to .gitignore - VSIX files belong in releases, not repository
1 parent 1d0b089 commit 55eea27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ tmp/
7979
# Local development files
8080
*.local
8181
*.dev
82+
83+
# VSIX packages (these go into releases, not repository)
84+
*.vsix

0 commit comments

Comments
 (0)