Files
event-uploader/.gitignore
2026-02-03 10:38:46 +01:00

41 lines
431 B
Plaintext

# 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