.gitignore 274 B

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