create-guilded-bot/.gitignore

35 lines
387 B
Text
Raw Permalink Normal View History

2022-11-18 08:30:40 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
# next.js
.next/
out/
build
2022-11-22 11:11:56 +00:00
dist/
2022-11-18 08:30:40 +00:00
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo