This commit is contained in:
Connor
2026-01-12 13:17:11 +08:00
parent 95851f8e69
commit 9600fc542c
132 changed files with 35734 additions and 5 deletions

58
.gitignore vendored Normal file
View File

@@ -0,0 +1,58 @@
# Binaries
bin/
drama-generator
backend
*.exe
*.dll
*.so
*.dylib
drama-generator.exe
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Environment
.env
.env.local
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# Build
dist/
build/
# Temporary files
tmp/
temp/
# Data (database and uploaded files)
../../GolandProjects/huobao-drama/data/drama_generator.db
../../GolandProjects/huobao-drama/data/storage/videos/*
!../../GolandProjects/huobao-drama/data/storage/videos/.gitkeep
# Frontend build output
../../GolandProjects/huobao-drama/web/dist/
../../GolandProjects/huobao-drama/web/node_modules/
../../GolandProjects/huobao-drama/web/.vite/
../../GolandProjects/huobao-drama/web/.env.local