๐Ÿ“ฆ airbnb / polyglot.js

๐Ÿ“„ .gitignore ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14# gitignore

.DS_Store
node_modules
build/*.gz
*.sw?

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

.nyc_output/