diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-26 02:53:57 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-08-02 20:58:01 +0300 |
commit | 308e4b534b8b8bddff85b6327481d0cee6f70a2a (patch) | |
tree | a26733ac4c5a1cc321ec6c1298a16110f1d70074 /.gitignore | |
parent | 9c90be9c0422a670e4d0a4501b1a865f61f6943b (diff) | |
download | jquery-308e4b534b8b8bddff85b6327481d0cee6f70a2a.tar.gz jquery-308e4b534b8b8bddff85b6327481d0cee6f70a2a.zip |
Build: Simplify Gruntfile constructions
Fixes gh-3246
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 300adf912..8cb522de3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,11 @@ .bower.json .sizecache.json -npm-debug.log +npm-debug.log* # Ignore everything in dist folder except for eslint config /dist/* -!/dist/.eslintrc +!/dist/.eslintrc.json /node_modules |