42 lines
383 B
Plaintext
42 lines
383 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
/unpackage
|
|
|
|
/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.cache
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.tmp*
|
|
.svn
|
|
.tags
|
|
*.sublime-*
|
|
sftp-config.json
|
|
logs
|
|
*.log
|
|
.idea*
|
|
.yo-rc.json
|
|
*.swo
|
|
*.swp
|
|
/dist
|
|
/deps
|
|
yarn.lock
|
|
dev-stats.json
|
|
.vscode
|
|
|
|
.history
|