43 lines
543 B
Plaintext
43 lines
543 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production build
|
|
/build
|
|
|
|
# misc
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.eslintcache
|
|
|
|
# Editor directories and files
|
|
# .vscode/*
|
|
# !.vscode/extensions.json
|
|
# !.vscode/settings.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# rollup-plugin-visualizer generated files
|
|
/stats.html
|
|
|
|
# pwa dev
|
|
/dev-dist
|