updated gitignore

master
Gregory Scheerlinck 8 years ago
parent 1df5c0d13c
commit a43524f30e

1
.gitignore vendored

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

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

Loading…
Cancel
Save