Files
CargoTrace/.gitignore
Misaka b2f1253382 Initial commit: Setup CargoTrace monorepo
- Add README.md with project overview
- Add .gitignore for IDE and OS files
- Add Flutter Android app as submodule (apps/pad_scanner)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-08 21:00:36 +08:00

16 lines
105 B
Plaintext

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
*.log
.env
.env.local