- Introduce Dockerfile for building the application image - Add docker-compose.yml to orchestrate multi-service setup - Update .gitignore to exclude .env and out directories
7 lines
28 B
Plaintext
7 lines
28 B
Plaintext
*.bak
|
|
*.db
|
|
bin
|
|
obj
|
|
.env
|
|
out
|