25 lines
248 B
Plaintext
Executable File
25 lines
248 B
Plaintext
Executable File
# Archives
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dependencies (if any in future)
|
|
node_modules/
|
|
vendor/
|
|
!plugins/vendor/
|
|
|
|
# Uploads
|
|
foto/
|
|
|
|
# API Keys and Environment Variables
|
|
admin/api/config_api.php
|
|
.env
|
|
.env.*.local
|