2021-09-15 17:27:17 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2021-09-15 18:52:57 +00:00
|
|
|
*.swp
|
2021-09-15 17:27:17 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
2021-09-15 18:52:57 +00:00
|
|
|
.idea
|
|
|
|
|
2021-09-15 17:27:17 +00:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-09-15 18:52:57 +00:00
|
|
|
|
|
|
|
.env
|
|
|
|
|
|
|
|
automation/.nyc_output/
|
|
|
|
.devcontainer
|
2021-09-15 19:46:10 +00:00
|
|
|
|
|
|
|
dist
|