mmap-tile/.dockerignore
tsuki ceaa43f87d
Some checks are pending
Docker Build and Push / build (push) Waiting to run
update remap
2025-08-01 15:25:11 +08:00

36 lines
294 B
Plaintext

# Git相关
.git
.gitignore
# Rust构建产物
target/
Cargo.lock
# IDE相关
.vscode/
.idea/
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log
# 临时文件
*.tmp
*.temp
# 文档
README.md
docs/
# 测试文件
tests/
**/*_test.rs
# 其他
.env.local
.env.production