36 lines
393 B
Plaintext
36 lines
393 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.idea
|
|
|
|
# debug
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
# other package managers
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
|
|
# build
|
|
__build__
|
|
dist
|
|
out
|