Files
big-agi/.gitignore
T
Sam Biggins 02cd5db630 build: add docker-compose as pre-built image option, add usage to readme
For .gitignore, change ignored env file to .env (a common use case). .env.local is automatically ignored by git and more related application.
2023-05-13 11:49:40 -07:00

39 lines
393 B
Plaintext

# 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/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# other
.idea/