42 lines
345 B
Plaintext
42 lines
345 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
|
|
.claude
|
|
|
|
## 发布目录
|
|
**/Output
|
|
**/Code
|
|
*.pdf
|
|
|
|
**/Publish
|