jquery/.gitignore
Oleg Gaidarenko 25d8ccd111 Build: Improve ESLint configuration (#3188)
* Bump eslint-config-jquery package to 0.1.4 version

* Add subtask "dist" to "eslint" task and add it to the build task list

* Make gitignore globs more flexible for the "dist" folder

Fixes gh-3169
2016-06-22 19:41:57 +04:00

20 lines
249 B
Plaintext

.project
.settings
*~
*.diff
*.patch
/*.html
.DS_Store
.bower.json
.sizecache.json
npm-debug.log
# Ignore everything in dist folder except for eslint config
/dist/*
!/dist/.eslintrc
/node_modules
/test/node_smoke_tests/lib/ensure_iterability.js