mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
23 lines
291 B
Plaintext
23 lines
291 B
Plaintext
# Admin credentials (contains bcrypt hash — never commit)
|
|
config/admin_credentials.php
|
|
|
|
# Vendor directory (third-party code)
|
|
vendor/
|
|
compose.lock
|
|
|
|
### Test databases ###
|
|
storage/test.db
|
|
|
|
### Logs ###
|
|
error.log
|
|
src/cache/rate_limit/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|