repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Build: Add most of the dist folder to .eslintignore
[jquery.git]
/
.gitignore
blob
8cb522de39d7df36fe4e0ee74e77f633f4cbcf3a
1
.project
2
.settings
3
*~
4
*.diff
5
*.patch
6
/*.html
7
.DS_Store
8
.bower.json
9
.sizecache.json
10
11
npm-debug.log*
12
13
# Ignore everything in dist folder except for eslint config
14
/dist/*
15
!/dist/.eslintrc.json
16
17
/node_modules
18
19
/test/node_smoke_tests/lib/ensure_iterability.js