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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,2 +1,8 @@
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
node_modules/
|
||||
resume.html
|
||||
resume.pdf
|
||||
resume.json
|
||||
.DS_Store
|
||||
|
||||
|
||||
7
.npmignore
Normal file
7
.npmignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
node_modules/
|
||||
resume.html
|
||||
resume.pdf
|
||||
resume.json
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user