chore: Added .log files to ignore list

This commit is contained in:
OctoD 2017-05-22 10:24:23 +02:00
parent 77885e48e5
commit 6436b6c185
2 changed files with 15 additions and 12 deletions

6
.gitignore vendored
View file

@ -1,2 +1,4 @@
node_modules/
dist/
*.log
*.~lock
dist/
node_modules/

View file

@ -1,15 +1,16 @@
assets/
.vscode/**
typings/**
out/test/**
test/**
src/**
*.log
**/*.map
.gulp
.github
.gitignore
tsconfig.json
vsc-extension-quickstart.md
node_modules
.gulp
.vscode/**
assets/
gulpfile.babel.json
node_modules
out/test/**
src/**
test/**
tsconfig.json
typings/**
vsc-extension-quickstart.md
yarn.lock