27 lines
371 B
Text
27 lines
371 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# production
|
|
dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# turborepo
|
|
.turbo/cookies
|
|
.turbo/cache
|
|
.turbo/daemon
|
|
turbo-build.log
|
|
turbo-host.log
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|