Merge pull request #3 from TimDaub/master
Added .npmignore and completed .gitignore
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