GrabBag/.gitignore
2026-02-19 00:58:16 +08:00

48 lines
403 B
Plaintext

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