This commit is contained in:
2026-07-21 11:48:50 -05:00
commit 5c2ac5f7e1
24 changed files with 4839 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
node_modules/
.env
storage/*.sqlite
storage/*.sqlite-shm
storage/*.sqlite-wal
storage/backups/*.zip
public/uploads/*
!public/uploads/.gitkeep
!public/uploads/sample-hero.png
npm-debug.log*