Restore to commit 74e578279624c6045ca440a3459ebfa1f8d54191

This commit is contained in:
southseact-3d
2026-02-07 20:32:41 +00:00
commit ed67b7741b
252 changed files with 99814 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Environment configuration
.env
.env.local
.env.*.local
*.env.backup
# Repository backups (created by entrypoint.sh when conflicts occur)
/home/web/data.backup
# Operating system
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.sublime-project
.sublime-workspace
# Build artifacts
dist/
build/
*.o
*.a
*.so
# Node dependencies (if needed)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# PowerShell history and temporary files
*.ps1.bak
*.psd1.bak
# Docker
docker-compose.override.yml
# Chat application data (sessions, workspaces, uploads)
chat/.data/
# Reserved filename causing Git issues
nul