2021-03-22 14:29:03 -07:00
|
|
|
# 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
|
|
|
|
|
2022-07-17 11:55:10 -07:00
|
|
|
# Editor directories and files
|
|
|
|
# .vscode/*
|
|
|
|
# !.vscode/extensions.json
|
|
|
|
# !.vscode/settings.json
|
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2022-02-25 15:02:24 -08:00
|
|
|
|
|
|
|
# rollup-plugin-visualizer generated files
|
2022-10-19 15:11:31 -07:00
|
|
|
/stats.html
|
|
|
|
|
|
|
|
# pwa dev
|
|
|
|
/dev-dist
|