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/ *.log
dist/ *.~lock
dist/
node_modules/

View file

@ -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