Skip to content

Commit 81325ea

Browse files
authored
Merge pull request #273 from Jentsch/fix-exclusion
Fix exclusion of project files
2 parents e04075a + 4e68a82 commit 81325ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscodeignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
tests/**
55
src/**
66
node_modules
7-
.gitkeep
8-
scripts
7+
**/.gitkeep
8+
project/
9+
.github/

0 commit comments

Comments
 (0)