GrabBag/.gitignore
2026-01-16 01:04:43 +08:00

41 lines
336 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
## ai
nul
*.stackdump
CLAUDE.md
## 发布目录
**/Output
**/Code
*.pdf
**/Publish