Added some words to .gitignore and also included .npmignore because resume.json does not belong on npm and will crash the theme-manager server...

This commit is contained in:
Tim Daubenschütz
2014-11-11 00:29:17 +01:00
parent 13e53aa0b1
commit 75f7f12f60
2 changed files with 13 additions and 0 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,8 @@
node_modules/
npm-debug.log
node_modules/
resume.html
resume.pdf
resume.json
.DS_Store

7
.npmignore Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
npm-debug.log
node_modules/
resume.html
resume.pdf
resume.json
.DS_Store