mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
26 lines
240 B
Plaintext
26 lines
240 B
Plaintext
# Vendor directory (third-party code)
|
|
vendor/
|
|
compose.lock
|
|
|
|
### Test databases ###
|
|
app/storage/test.db
|
|
*.db
|
|
|
|
### Logs ###
|
|
error.log
|
|
storage/cache/
|
|
|
|
# Nix
|
|
.direnv/
|
|
result
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
/node_modules
|