.gitignore 380 B

1234567891011121314151617181920212223
  1. .idea/
  2. .vscode/
  3. __pycache__
  4. AssetProcessorTemp/**
  5. [Bb]uild/**
  6. [Cc]ache/
  7. /install/
  8. Editor/EditorEventLog.xml
  9. Editor/EditorLayout.xml
  10. **/*egg-info/**
  11. **/*egg-link
  12. UserSettings.xml
  13. [Uu]ser/
  14. FrameCapture/**
  15. .DS_Store
  16. user*.cfg
  17. .mayaSwatches/
  18. _savebackup/
  19. #Output folder for test results when running Automated Tests
  20. TestResults/**
  21. *.swatches
  22. /imgui.ini
  23. /scripts/project_manager/logs/