mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
- update the structure to have monolithic setup - updated deployments - added live-reloading for devops
32 lines
334 B
Plaintext
32 lines
334 B
Plaintext
# Test database
|
|
test.db
|
|
|
|
# Error logs
|
|
error.log
|
|
|
|
# Uploaded files (for testing)
|
|
data/theses/
|
|
data/covers/
|
|
|
|
# Keep the data directories but ignore contents
|
|
!data/theses/.gitkeep
|
|
!data/covers/.gitkeep
|
|
|
|
# PHP session files
|
|
sessions/
|
|
|
|
# Composer
|
|
vendor/
|
|
composer.lock
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|