Initial commit

This commit is contained in:
2026-02-03 10:38:46 +01:00
commit eb304f4b14
144 changed files with 22605 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Environment and secrets
.env
.env.local
.env.*.local
# OS
.DS_Store
Thumbs.db
# Dependencies
node_modules/
vendor/
# Build outputs
dist/
dist-ssr/
public/build
public/hot
# IDE
.idea/
.vscode/*
!.vscode/extensions.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs and cache
*.log
npm-debug.log*
.phpunit.result.cache
.phpunit.cache
# Laravel / API specific
api/storage/*.key
api/storage/pail
api/public/storage
api/auth.json