Skip to content

Commit fa9a49d

Browse files
committed
removing more files that shouldnt be included and organized the ignore
1 parent 35176fd commit fa9a49d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.vscodeignore

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1+
.decontainer/**
12
client/node_modules/**
23
client/src/**
4+
LICENSES
5+
LICENSES/**
6+
node_modules
7+
node_modules/**
8+
scripts/**
39
server/node_modules/**
410
server/src/**
511
server/test/**
612
shared/**
7-
scripts/**
8-
node_modules
9-
node_modules/**
10-
LICENSES
11-
LICENSES/**
1213

14+
# include source code
1315
client/out/**
1416
server/out/**
1517
!client/out/extension.js
1618
!server/out/server.js
1719

20+
# exclude the following files and folders from the extension package
1821
.gitattributes
1922
.github
2023
.github/**
@@ -41,6 +44,8 @@ src/**
4144
tools/**
4245
tsconfig.json
4346
webpack.config.js
47+
TODO.md
48+
eslint.config.mjs
4449

4550
**/.eslintignore
4651
**/.eslintrc
@@ -54,7 +59,7 @@ webpack.config.js
5459
**/webpack.config.js
5560
**/package-lock.json
5661

57-
62+
# Include the following files and folders in the extension package
5863
!documentation/cheat-sheet
5964
!documentation/cheat-sheet/*html
6065
!media/**/*

0 commit comments

Comments
 (0)