jquery/.gitignore
Michał Gołębiowski-Owczarek 0f780ba7cc
Build:Tests: Fix custom build tests, verify on Travis
This commit fixes unit tests for the following builds:

1. The no-deprecated build: `custom:-deprecated`
2. The current slim build: `custom:-ajax,-effects`
3. The future (#4553) slim build: `custom:-ajax,-callbacks,-deferred,-effects`

It also adds separate Travis jobs for the no-deprecated & slim builds. 

Closes gh-4577
2020-01-07 23:59:08 +01:00

25 lines
317 B
Plaintext

.project
.settings
*~
*.diff
*.patch
/*.html
.DS_Store
.bower.json
.sizecache.json
yarn.lock
package-lock.json
npm-debug.log*
# Ignore everything in dist folder except for eslint config
/dist/*
!/dist/.eslintrc.json
/amd
/node_modules
/test/data/core/jquery-iterability-transpiled.js
/test/data/qunit-fixture.js