mirror of
https://github.com/H0llyW00dzZ/GoGenAI-Terminal-Chat.git
synced 2025-02-06 11:00:02 +00:00
* Feat Docker Builder 🐳 - [+] chore: add .dockerignore file to ignore unnecessary files and directories - [+] feat: add Dockerfile for building and running the application in a Docker container * Feat CI/CD Docker Builder 🐳 - [+] feat(Docker.yml): add automated Docker build and push workflow
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
# Ignore all files and directories that are not necessary for building the Docker image.
|
|
**/.git
|
|
**/.vscode
|
|
**/node_modules
|
|
**/*.log
|
|
*.md
|
|
Dockerfile
|
|
.dockerignore
|
|
.gitignore
|
|
**/testdata
|
|
**/tests
|
|
**/tmp
|