43 lines
525 B
Plaintext
43 lines
525 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# dependency directories
|
|
dist/
|
|
|
|
# Typescript v1 declaration files
|
|
typings/
|
|
|
|
# optional npm cache directory
|
|
.npm
|
|
|
|
# optional eslint cache
|
|
.eslintcache
|
|
|
|
# output of 'npm pack'
|
|
*.tgz
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
build/Release
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|