chore: keep local build artifacts out of git

This commit is contained in:
Alex 2026-08-24 23:17:03 +02:00
parent a9a1c201e7
commit af050c9751
2 changed files with 30 additions and 0 deletions

24
.dockerignore Normal file
View file

@ -0,0 +1,24 @@
.git
.gitignore
.forgejo
.github
.codex
.claude
.cursor
.idea
.vscode
AGENTS.md
PLAN.md
docs
terraform
deploy
**/.env
**/.env.*
**/*_test.go
**/testdata
**/fixtures
bin
dist
apps/api/api
apps/loadgen/loadgen
coverage.*

6
.gitignore vendored
View file

@ -94,11 +94,17 @@ override.tf.json
# ---------------------------------------------------------------------------
bin/
dist/
apps/api/api
apps/loadgen/loadgen
node_modules/
*.test
*.out
coverage.*
vendor/
!apps/web/vendor/
!apps/web/vendor/leaflet.css
!apps/web/vendor/leaflet.js
!apps/web/vendor/LEAFLET-LICENSE
# ---------------------------------------------------------------------------
# OS noise