综合平台编程器项目的远程存储
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

77 wiersze
1.0 KiB

  1. # Qt qmake / MinGW build output
  2. build/
  3. build-*/
  4. debug/
  5. release/
  6. Makefile
  7. Makefile.*
  8. *.qmake.stash
  9. *.qmake.cache
  10. moc_*.cpp
  11. moc_*.h
  12. moc_predefs.h
  13. qrc_*.cpp
  14. ui_*.h
  15. *.o
  16. *.obj
  17. *.a
  18. *.lib
  19. *.dll
  20. *.exe
  21. *.pdb
  22. *.idb
  23. *.ilk
  24. *.exp
  25. *.manifest
  26. *.autosave
  27. # Qt Creator local user settings
  28. *.pro.user
  29. *.pro.user.*
  30. *.creator.user
  31. *.qtc_clangd/
  32. # Python helper scripts
  33. __pycache__/
  34. *.py[cod]
  35. .venv/
  36. venv/
  37. # Local temporary output and tool state
  38. tmp/
  39. .playwright-cli/
  40. *.log
  41. # Local draft documents, not part of the project source of truth
  42. /docs/需求规格书.md
  43. /docs/设计方案书.md
  44. *.doc
  45. *.docx
  46. # Local secrets and machine-specific configuration
  47. .env
  48. .env.*
  49. !.env.example
  50. # Operating system files
  51. .DS_Store
  52. Thumbs.db
  53. Desktop.ini
  54. /scripts/*
  55. !/scripts/build_and_run_qt.ps1
  56. !/scripts/measure_cpp_code.ps1
  57. !/scripts/package_qt_app.ps1
  58. !/scripts/run_qt_tests.ps1
  59. /docs/images
  60. /docs/类图Mermaid代码.md
  61. /other
  62. /学习
  63. /json
  64. /代码
  65. /other_version
  66. /app_copy
  67. 当前窗口需求.md
  68. /类图Mermaid
  69. /苏宇_综合平台编程器_2026.8.31