jquery/.gitignore

33 lines
633 B
Plaintext
Raw Normal View History

.project
.settings
*~
2009-11-30 18:00:06 +00:00
*.diff
*.patch
/*.html
2009-12-10 07:49:13 +00:00
.DS_Store
.bower.json
.sizecache.json
yarn.lock
package-lock.json
npm-debug.log*
# Ignore everything in `dist` folder except for the ESLint config
/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
/external
/node_modules
/test/data/core/jquery-iterability-transpiled.js
/test/data/qunit-fixture.js