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:36:53 +0300 |
commit | f6257b2b3f3e22b301c641103f15f16a22f17bcb (patch) | |
tree | be391f1c11f6b9acced8b7d8fc8d0cf0e524d412 | |
parent | 7dbf1c1b2b6fe524cbada15d2cd514bf3627fc26 (diff) | |
download | jquery-f6257b2b3f3e22b301c641103f15f16a22f17bcb.tar.gz jquery-f6257b2b3f3e22b301c641103f15f16a22f17bcb.zip |
Build: add `npm-debug.log` 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 |