.gitignore 264 B

123456789101112131415161718192021222324
  1. .idea/
  2. .vs/
  3. .vscode/
  4. __pycache__
  5. /[Bb]uild
  6. [Oo]ut/**
  7. CMakeUserPresets.json
  8. [Cc]ache/
  9. /[Ii]nstall/
  10. **/*egg-info/**
  11. **/*egg-link
  12. **/[Rr]estricted
  13. [Uu]ser/
  14. FrameCapture/**
  15. .DS_Store
  16. user*.cfg
  17. client*.cfg
  18. server*.cfg
  19. .mayaSwatches/
  20. _savebackup/
  21. *.swatches
  22. /imgui.ini