mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
31783e60f5
- Also ignore yarn.lock Close gh-3669
21 lines
265 B
Plaintext
21 lines
265 B
Plaintext
.project
|
|
.settings
|
|
*~
|
|
*.diff
|
|
*.patch
|
|
/*.html
|
|
.DS_Store
|
|
.bower.json
|
|
.sizecache.json
|
|
yarn.lock
|
|
|
|
npm-debug.log*
|
|
|
|
# Ignore everything in dist folder except for eslint config
|
|
/dist/*
|
|
!/dist/.eslintrc.json
|
|
|
|
/node_modules
|
|
|
|
/test/node_smoke_tests/lib/ensure_iterability.js
|