.gitignore 343 B

1234567891011121314151617181920
  1. .idea/
  2. .vscode/
  3. __pycache__
  4. AssetProcessorTemp/**
  5. build/**
  6. Cache/**
  7. Editor/EditorEventLog.xml
  8. Editor/EditorLayout.xml
  9. Tools/**/*egg-info/**
  10. Tools/**/*egg-link
  11. UserSettings.xml
  12. user/Registry/**
  13. FrameCapture/**
  14. .DS_Store
  15. user*.cfg
  16. .mayaSwatches/
  17. _savebackup/
  18. #Output folder for test results when running Automated Tests
  19. TestResults/**
  20. *.swatches