41 lines
431 B
Plaintext
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
|