diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-03-13 09:31:31 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-03-13 09:31:31 -0400 |
commit | 85547cbbbade6bc4363c4abdcf72e00a33a2f06b (patch) | |
tree | 659d89dfa8415fa6e386dedf850d4987136e3c21 /.gitignore | |
parent | eae6377e3fe2217c429c6bfc1474707cc16b1ce1 (diff) |
Add npm debug to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb5deef --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +npm-debug.log |