Files
dashboard/.gitignore
T
fegger a0f4edb7af Add .gitignore for build artifacts and secrets
Ignore node_modules, npm tarballs, logs, and the .env secrets file
used by docker compose.
2026-09-04 14:06:35 +02:00

6 lines
47 B
Plaintext

node_modules
api/node_modules
*.tgz
*.log
.env