aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1d43584d8..8027f4eec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,19 +8,18 @@
.bower.json
.sizecache.json
yarn.lock
-package-lock.json
+.eslintcache
npm-debug.log*
-# Ignore everything in `dist` folder except for the ESLint config
+# Ignore everything in `dist` folder except for
+# the ESLint config & package.json files
/dist/*
-!/dist/.eslintrc.json
!/dist/package.json
# Ignore everything in the `dist-module` folder except for the ESLint config,
# package.json & Node module wrapper files
/dist-module/*
-!/dist-module/.eslintrc.json
!/dist-module/package.json
!/dist-module/jquery.node-module-wrapper.js
!/dist-module/jquery.node-module-wrapper.slim.js