综合平台编程器项目的远程存储
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

72 Zeilen
934 B

  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. # Local secrets and machine-specific configuration
  45. .env
  46. .env.*
  47. !.env.example
  48. # Operating system files
  49. .DS_Store
  50. Thumbs.db
  51. Desktop.ini
  52. /scripts/*
  53. !/scripts/build_and_run_qt.ps1
  54. !/scripts/measure_cpp_code.ps1
  55. !/scripts/package_qt_app.ps1
  56. !/scripts/run_qt_tests.ps1
  57. /docs/images
  58. /docs/类图Mermaid代码.md
  59. /other
  60. /学习
  61. /json
  62. /代码
  63. /other_version
  64. /app_copy