chore: Added .log files to ignore list
This commit is contained in:
parent
77885e48e5
commit
6436b6c185
2 changed files with 15 additions and 12 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
node_modules/
|
*.log
|
||||||
dist/
|
*.~lock
|
||||||
|
dist/
|
||||||
|
node_modules/
|
|
@ -1,15 +1,16 @@
|
||||||
assets/
|
*.log
|
||||||
.vscode/**
|
|
||||||
typings/**
|
|
||||||
out/test/**
|
|
||||||
test/**
|
|
||||||
src/**
|
|
||||||
**/*.map
|
**/*.map
|
||||||
.gulp
|
|
||||||
.github
|
.github
|
||||||
.gitignore
|
.gitignore
|
||||||
tsconfig.json
|
.gulp
|
||||||
vsc-extension-quickstart.md
|
.vscode/**
|
||||||
node_modules
|
assets/
|
||||||
gulpfile.babel.json
|
gulpfile.babel.json
|
||||||
|
node_modules
|
||||||
|
out/test/**
|
||||||
|
src/**
|
||||||
|
test/**
|
||||||
|
tsconfig.json
|
||||||
|
typings/**
|
||||||
|
vsc-extension-quickstart.md
|
||||||
yarn.lock
|
yarn.lock
|
Loading…
Reference in a new issue