Docker deployments: add .dockerignore

This commit is contained in:
Enrico Ros
2023-11-13 12:03:41 -08:00
parent f7254fe8f6
commit c5f23ce7ca
+30
View File
@@ -0,0 +1,30 @@
# big-AGI non-code files
/docs/
# Node build artifacts
/node_modules
/.pnp
.pnp.js
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts