综合平台编程器项目的远程存储
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.
 
 
 
 

63 lignes
783 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. # Qt Creator local user settings
  27. *.pro.user
  28. *.pro.user.*
  29. *.creator.user
  30. *.qtc_clangd/
  31. # Python helper scripts
  32. __pycache__/
  33. *.py[cod]
  34. .venv/
  35. venv/
  36. # Local temporary output and tool state
  37. tmp/
  38. .playwright-cli/
  39. *.log
  40. # Local draft documents, not part of the project source of truth
  41. /docs/需求规格书.md
  42. /docs/设计方案书.md
  43. # Local secrets and machine-specific configuration
  44. .env
  45. .env.*
  46. !.env.example
  47. # Operating system files
  48. .DS_Store
  49. Thumbs.db
  50. Desktop.ini
  51. /scripts
  52. /docs/images
  53. /docs/类图Mermaid代码.md
  54. /other
  55. 设计方案书.doc
  56. /学习