.gitignore 303 B

123456789101112131415161718
  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. .idea/
  13. user/Registry/**
  14. FrameCapture/**
  15. .DS_Store
  16. #Output folder for test results when running Automated Tests
  17. TestResults/**