mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 01:15:14 +08:00
72 lines
582 B
Plaintext
72 lines
582 B
Plaintext
# Binaries
|
|
/bin/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bat
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
pg_log/
|
|
|
|
# Backups
|
|
/deployments/backups/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# CAS Storage
|
|
/cas/
|
|
/data/
|
|
|
|
# Node modules (for web)
|
|
node_modules/
|
|
dist/
|
|
.cache/
|
|
|
|
# Build artifacts
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|