24 lines
218 B
Plaintext
24 lines
218 B
Plaintext
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs
|
|
*.njsproj
|
|
*.sln
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Build and Env
|
|
.env.local
|
|
|
|
# Database / Storage (Docker Compose mounted path)
|
|
data/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|