Files
huobao-drama/.gitignore
Connor 9600fc542c init
2026-01-12 13:17:11 +08:00

59 lines
802 B
Plaintext

# 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