Update ignore files.

This commit is contained in:
CismonX 2021-03-15 15:58:57 +08:00
parent dddb74cb88
commit 036d427247
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 10 additions and 9 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
.vscode/
out/
node_modules/
*.vsix *.vsix
.vscode/
node_modules/
out/

View File

@ -1,9 +1,10 @@
.vscode/** **/*.map
src/** **/*.ts
scripts/** **/tsconfig.json
.drone.yml
.gitignore .gitignore
.gitattributes .gitattributes
.travis.yml .travis.yml
**/tsconfig.json .vscode/**
**/*.map src/**
**/*.ts scripts/**