.gitignore 433 B

1234567891011121314151617181920212223242526
  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
  23. # Ignore Oculus OpenXR Mobile SDK files except the README.md file
  24. Gems/OpenXRVk/External/OculusOpenXRMobileSDK/**
  25. !Gems/OpenXRVk/External/OculusOpenXRMobileSDK/README.md