Add .gitignore for build artifacts and secrets

Ignore node_modules, npm tarballs, logs, and the .env secrets file
used by docker compose.
This commit is contained in:
2026-09-04 14:06:35 +02:00
parent a168fb3b46
commit a0f4edb7af
+5
View File
@@ -0,0 +1,5 @@
node_modules
api/node_modules
*.tgz
*.log
.env