Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit d289f9c

Browse files
committed
Ignore zip and tar.gz to try and prevent archives being published. Resolves #432
1 parent 7eb78ce commit d289f9c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ client/out/
55
server/out/
66
npm-debug.log
77
*.vsix
8+
*.zip
9+
*.tar.gz

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ appveyor.yml
1212
tsconfig.base.json
1313
tsconfig.json
1414
tslint.json
15+
*.zip
16+
*.tar.gz

0 commit comments

Comments
 (0)