aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2015-09-25 02:10:25 -0400
committerTeddy Wing2015-09-25 02:10:25 -0400
commita0541f78062430b8f0f48e020e7cea586e8b2f58 (patch)
tree48ceb48dabfde53032051eafd9d961586780f9af /.gitignore
parent83dd3b1f7dd4087724847ecd93da65ada301a273 (diff)
downloadgit-hook-pre-commit-python-javascript-syntax-linter-a0541f78062430b8f0f48e020e7cea586e8b2f58.tar.bz2
Add 'jshint'
* Create a package.json with 'jshint' as a dev dependency * .gitignore: Ignore node_modules because why not, and it only has dev dependencies in it.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6d49fe7..36afb8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/virtualenv/
+/node_modules/