Skip to content

Commit 9d832c1

Browse files
committed
chore: clean up .gitignore and .vscodeignore, and remove obsolete .vsix file
1 parent c3b47e1 commit 9d832c1

4 files changed

Lines changed: 25 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
out
33
**/*.code-workspace
4+
dist

.vscodeignore

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
1+
# Development directories
12
.vscode/**
23
.vscode-test/**
34
src/**
45
out/test/**
56
test/**
67
scripts/**
7-
images/**
8+
9+
# Source control
10+
.git/**
11+
.github/**
812
.gitignore
13+
14+
# Configuration files
915
.yarnrc
1016
tsconfig.json
1117
.eslintrc.json
18+
webpack.config.js
19+
20+
# Build artifacts
1221
**/*.map
1322
**/*.ts
14-
**/*.code-workspace
23+
**/*.vsix
24+
25+
# Documentation (except README)
1526
CONTRIBUTING.md
1627
TECHNICAL.md
17-
.github/**
18-
**/*.vsix
19-
webpack.config.js
28+
29+
# Dependencies (except type definitions)
2030
node_modules/**
2131
!node_modules/@types/
32+
33+
# Keep these files
34+
!LICENSE
35+
!README.md
36+
!package.json
37+
!icon-sctt.png
38+
!out/src/**/*.js

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-619 KB
Binary file not shown.

0 commit comments

Comments
 (0)