GrabBag/.gitignore
2026-07-11 16:02:57 +08:00

53 lines
415 B
Plaintext

##备份代码
**/Source
## winfile
**/.vs
**/.vscode
**/ipch
*.db
*.aps
*.user
*.opendb
## linuxfile
**/build*
**/qbuild
**/bin
**/GrabBagPrj/x64
**/Test/**/x64
*.o
*.d
*.a
*.exp
*.def
Makefile
.qmake.stash
## win bin
!**/Windows/bin
## submodule 备份
Utils.backup/
## ai
nul
*.stackdump
CLAUDE.md
.claude
.codex
##log
**/runlog
## 发布目录
**/Output
**/Code
*.pdf
**/Publish
**/TestData*
*.log