This commit is contained in:
Tomáš Dvořák
2025-09-25 23:28:41 +02:00
parent 2a6b4f2940
commit 64096fca4e
4 changed files with 72 additions and 17 deletions
+20
View File
@@ -0,0 +1,20 @@
# Exclude VCS and local tooling
.git
.gitignore
.vscode
.idea
# Build artifacts
bin/
*.log
*.tmp
# Node/Front-end (if present)
node_modules/
dist/
build/
# Docker/Compose files (not needed inside image)
Dockerfile
docker-compose.yml
nixpacks.toml