mirror of
https://github.com/michaelstaake/mainty.git
synced 2026-04-16 19:40:13 +00:00
24 lines
171 B
Plaintext
24 lines
171 B
Plaintext
# Database
|
|
data/mainty.db
|
|
data/*.db
|
|
|
|
# Logs
|
|
error_log
|
|
*.log
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# htaccess
|
|
.htaccess |