This commit is contained in:
Tomas Dvorak
2025-12-02 13:52:21 +01:00
parent 025f5beef1
commit b27fe6fe0e
33 changed files with 5164 additions and 1043 deletions
+50
View File
@@ -0,0 +1,50 @@
# Go build artifacts
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go coverage
coverage.out
# Node / frontend
node_modules/
frontend/node_modules/
scripts/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
/dist/
frontend/dist/
frontend/public/dist/
backend/logs/
backend/logs/*
# Database & data
*.db
*.sqlite
/data/db/
/data/logs/
# Env files
.env
.env.*
!.env.example
# OS / editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# Docker
*.pid