aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6b00bc2e28f702503f2bf39dd468a96d92294410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.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

/node_modules

/test/node_smoke_tests/lib/ensure_iterability.js