Bootstrap the Scholarr rewrite

This commit is contained in:
JustinZeus 2026-07-22 22:28:15 +02:00
commit 55820b3458
50 changed files with 3924 additions and 0 deletions

36
.gitignore vendored Normal file
View file

@ -0,0 +1,36 @@
# Editors and operating systems
.DS_Store
.idea/
.vscode/
# Local configuration and secrets
.env
.env.*
!.env.example
*.local.yaml
*.local.yml
# Go
/bin/
/dist/
coverage.out
*.test
# Vue and Node
node_modules/
frontend/dist/
*.tsbuildinfo
# Runtime data
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
/data/
/backups/
# Temporary files
*.log
*.tmp
.cache/