Files
full/.gitignore
2026-09-22 21:15:34 +08:00

39 lines
455 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Build artifacts
/.builds/
/dist/
*.test
*.out
coverage.txt
coverage.html
# 构建产物scripts/api-docgen 为独立 modulego build 会在包目录内生成可执行文件
*.exe
# Runtime data
*.log
*.pid
*.seed
# Local environment and secrets
.env
.env.*
!.env.example
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
/.tmp/
/tmp/
# Editors and IDEs
/.idea/
/.vscode/
*.code-workspace
# Operating system metadata
.DS_Store
Thumbs.db
Desktop.ini