updated gitignore

master
Gregory Scheerlinck 8 years ago
parent 1df5c0d13c
commit a43524f30e

1
.gitignore vendored

@ -1,3 +1,4 @@
node_modules
npm-debug.log
tmp/*
.idea

@ -7,7 +7,8 @@
"awman": "bin/find.js"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test"
"test": "./node_modules/mocha/bin/mocha ./test",
"update": "npm update arch-wiki-md-repo"
},
"repository": {
"type": "git",

Loading…
Cancel
Save