.gitignore 624 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # 忽略所有的文件
  2. *
  3. # 不忽略目录
  4. !*/
  5. # 指定忽略的目录名
  6. /EgoServer/EgoServer/.vs
  7. /EgoServer/EgoServer/x64
  8. /EgoServer/updator/out/build
  9. /EgoServer/webrtcinterop/out/build
  10. /EgoServer/webrtcinterop/x64
  11. /EgoQt/webrtcinterop/out/build
  12. /EgoQt/.qtc_clangd
  13. /EgoQt/EgoDLL/x64
  14. /EgoQt/HttpDLL/x64
  15. # 指定不忽略文件类型
  16. !*.editorconfig
  17. !*.gitattributes
  18. !*.gitignore
  19. !*.md
  20. !*.txt
  21. !*.sh
  22. !*.bash
  23. !*.yml
  24. !*Dockerfile
  25. !*.py
  26. !*.cpp
  27. !*.hpp
  28. !*.cc
  29. !*.h
  30. !*.c
  31. # --- for qt ---
  32. !*.json
  33. !*.dll
  34. !*.lib
  35. !*.proto
  36. !*.qml
  37. !*.qrc
  38. !*.png
  39. !*.js
  40. !*.ttf
  41. !*.cmake
  42. !*.sln
  43. !*.bmp
  44. !*.pro
  45. !*.vcxproj
  46. !*.inc
  47. !*.wav
  48. !*.idb
  49. !*.a