Files
big-agi/.gitignore
T
2024-02-17 20:13:56 -08:00

44 lines
484 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Frontend Build: ignore API files disabled for this build
/app/**/*.backup
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/dist/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env
.env.*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# other
.idea/