File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ .decontainer /**
1
2
client /node_modules /**
2
3
client /src /**
4
+ LICENSES
5
+ LICENSES /**
6
+ node_modules
7
+ node_modules /**
8
+ scripts /**
3
9
server /node_modules /**
4
10
server /src /**
5
11
server /test /**
6
12
shared /**
7
- scripts /**
8
- node_modules
9
- node_modules /**
10
- LICENSES
11
- LICENSES /**
12
13
14
+ # include source code
13
15
client /out /**
14
16
server /out /**
15
17
! client /out /extension.js
16
18
! server /out /server.js
17
19
20
+ # exclude the following files and folders from the extension package
18
21
.gitattributes
19
22
.github
20
23
.github /**
41
44
tools /**
42
45
tsconfig.json
43
46
webpack.config.js
47
+ TODO.md
48
+ eslint.config.mjs
44
49
45
50
** /.eslintignore
46
51
** /.eslintrc
@@ -54,7 +59,7 @@ webpack.config.js
54
59
** /webpack.config.js
55
60
** /package-lock.json
56
61
57
-
62
+ # Include the following files and folders in the extension package
58
63
! documentation /cheat-sheet
59
64
! documentation /cheat-sheet /* html
60
65
! media /** /*
You can’t perform that action at this time.
0 commit comments