综合平台编程器项目的远程存储
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

69 lignes
853 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/run_qt_tests.ps1
  54. /docs/images
  55. /docs/类图Mermaid代码.md
  56. /other
  57. 设计方案书.doc
  58. /学习
  59. /json
  60. /代码
  61. /other_version