feat: project scaffolding, database schema, config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Gestoría LP
2026-03-01 23:25:55 +00:00
commit 10bc97e8b9
6 changed files with 166 additions and 0 deletions

7
uploads/.htaccess Normal file
View File

@@ -0,0 +1,7 @@
# Deny all direct access to uploads
Order deny,allow
Deny from all
<FilesMatch "\.(?:pdf|jpe?g|png|doc|docx)$">
Allow from all
</FilesMatch>