From af050c9751e728f1a9bd9d2c8a0285818a7bfdcf Mon Sep 17 00:00:00 2001 From: Fi3w0 Date: Mon, 24 Aug 2026 23:17:03 +0200 Subject: [PATCH] chore: keep local build artifacts out of git --- .dockerignore | 24 ++++++++++++++++++++++++ .gitignore | 6 ++++++ 2 files changed, 30 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..1082ef0 --- /dev/null +++ b/.dockerignore @@ -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.* diff --git a/.gitignore b/.gitignore index 5e21892..e88d691 100644 --- a/.gitignore +++ b/.gitignore @@ -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