Browse Source

clean up of .gitignore

codeClimate
Alexander Wunschik 7 years ago
parent
commit
0e939b7d24
1 changed files with 9 additions and 6 deletions
  1. +9
    -6
      .gitignore

+ 9
- 6
.gitignore View File

@ -1,15 +1,18 @@
# vis.js files
dist/
test/
# npm files
node_modules
npm-debug.log
# ide or system files
.idea
.c9
*.iml
node_modules
.project
.settings/
npm-debug.log
.directory
# vim temporary files
.*.sw[op]
test/
#vis deployment files
dist/

Loading…
Cancel
Save