Files
xamxam/.gitignore
Théophile Gervreau-Mercier e789c286de Refactor admin panel and add migration documentation
- Add comprehensive migration guides (DEPLOYMENT_MIGRATION.md, DIRECTORY_STRUCTURE.md, MIGRATION_CHECKLIST.md)
- Refactor admin panel: split add.php, create reusable header/footer
- Update styles: admin.css, common.css, main.css
- Improve public pages: index.php, memoire.php
- Reorganize database documentation into database/docs/
- Update .gitignore and justfile

This prepares for migration to public/ directory structure
2026-02-06 12:14:21 +01:00

19 lines
212 B
Plaintext

# Vendor directory (third-party code)
vendor/
compose.lock
### Test databases ###
database/test.db
### Logs ###
formulaire/error.log
lib/cache/rate_limit/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/