mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
28 lines
321 B
Plaintext
28 lines
321 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
|
|
storage/cache/
|
|
|
|
# Nix
|
|
.direnv/
|
|
result
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
/node_modules
|