25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- # Qt qmake / MinGW build output
- build/
- build-*/
- debug/
- release/
- Makefile
- Makefile.*
- *.qmake.stash
- *.qmake.cache
- moc_*.cpp
- moc_*.h
- moc_predefs.h
- qrc_*.cpp
- ui_*.h
- *.o
- *.obj
- *.a
- *.lib
- *.dll
- *.exe
- *.pdb
- *.idb
- *.ilk
- *.exp
- *.manifest
- *.autosave
-
- # Qt Creator local user settings
- *.pro.user
- *.pro.user.*
- *.creator.user
- *.qtc_clangd/
-
- # Python helper scripts
- __pycache__/
- *.py[cod]
- .venv/
- venv/
-
- # Local temporary output and tool state
- tmp/
- .playwright-cli/
- *.log
-
- # Local draft documents, not part of the project source of truth
- /docs/需求规格书.md
- /docs/设计方案书.md
-
- # Local secrets and machine-specific configuration
- .env
- .env.*
- !.env.example
-
- # Operating system files
- .DS_Store
- Thumbs.db
- Desktop.ini
-
- /scripts/*
- !/scripts/run_qt_tests.ps1
- /docs/images
- /docs/类图Mermaid代码.md
- /other
- 设计方案书.doc
- /学习
- /json
- /代码
- /other_version
|