2020-12-08 02:05:31 +02:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
2023-05-06 12:22:00 +03:00
|
|
|
.env.development
|
2020-12-08 02:05:31 +02:00
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-12-08 02:34:58 +02:00
|
|
|
|
2020-12-16 01:29:56 +02:00
|
|
|
.eslintcache
|
|
|
|
debug.log
|
2022-12-29 22:47:39 +02:00
|
|
|
|
|
|
|
build.sh
|
|
|
|
buildx.sh
|