mi-gpt/.dockerignore

40 lines
687 B
Plaintext
Raw Normal View History

2024-02-28 06:41:26 +00:00
# Include any files or directories that you don't want to be copied to your
# container here (e.g., local build artifacts, temporary files, etc.).
#
# For more help, visit the .dockerignore file reference guide at
# https://docs.docker.com/engine/reference/builder/#dockerignore-file
**/.classpath
**/.dockerignore
**/.env*
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.next
**/.cache
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
**/build
**/dist
LICENSE
2024-02-29 06:29:41 +00:00
TODO.md
2024-02-28 06:41:26 +00:00
README.md
**/.bot.json
**/.mi.json
**/.migpt.js*
**/*.db*