- Add .gitea/workflows/deploy.yml for CD pipeline - Add Makefile for build automation - Update .gitignore to exclude docs/
20 lines
179 B
Plaintext
20 lines
179 B
Plaintext
# Build artifacts
|
|
/server
|
|
*.tar
|
|
|
|
# Runtime files
|
|
data/
|
|
logs/
|
|
*.log
|
|
|
|
# Local docker metadata
|
|
.last_docker_tag
|
|
.last_docker_tar
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
|
|
|
|
plans/
|
|
docs/ |