Skip to content

Commit e6aa084

Browse files
authored
Add *.code-workspace files to git and vscode ignore files. (#31)
Add *.code-workspace files to git and vscode ignore files.
1 parent a6aea91 commit e6aa084

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

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

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ tsconfig.json
1111
.eslintrc.json
1212
**/*.map
1313
**/*.ts
14+
**/*.code-workspace
1415
CONTRIBUTING.md
1516
TECHNICAL.md
1617
.github/**
1718
**/*.vsix
1819
webpack.config.js
1920
node_modules/**
20-
!node_modules/@types/
21+
!node_modules/@types/

0 commit comments

Comments
 (0)