jquery/.gitignore

32 lines
600 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
.eslintcache
npm-debug.log*
# Ignore everything in `dist` folder except for
# the ESLint config & package.json files
/dist/*
!/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/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