Files
server/.gitignore
2026-02-10 18:46:11 -05:00

37 lines
360 B
Plaintext

# Frontend development
node_modules/
*.local
.env.local
.env.*.local
.cache/
.vite/
.temp/
.tmp/
# Frontend build
/public/
/static/
# Backend development
/vendor/
coverage/
phpunit.xml.cache
.phpunit.result.cache
.php-cs-fixer.cache
.phpstan.cache
.phpactor/
# Editors
.DS_Store
.vscode/
.idea/
# Logs
logs
*.log
*.log*
# Runtime
/modules/
/storage/
/var/