diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-02-13 22:35:59 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-02-13 22:35:59 +0300 |
commit | 288028b5205d0143c0649240b8c04c3b562fb628 (patch) | |
tree | d46a79a19a4b0523262226eb954e0422481fe745 /.gitignore | |
parent | ff96024cf087a1cc36e784372485203dae687d5e (diff) | |
download | jquery-288028b5205d0143c0649240b8c04c3b562fb628.tar.gz jquery-288028b5205d0143c0649240b8c04c3b562fb628.zip |
Build: add `npm-debug.log` to `.gitignore`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eae5df6e6..e1e7dbfe4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ .bower.json .sizecache.json +npm-debug.log + /dist /node_modules |