.gitignore 379 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # IDE
  2. .idea/
  3. .vscode/
  4. # OS
  5. .DS_Store
  6. # Build
  7. [Bb]uild/**
  8. # Asset Processor
  9. AssetProcessorTemp/**
  10. [Cc]ache/
  11. # Python files
  12. **/*egg-info/**
  13. **/*egg-link
  14. __pycache__
  15. # Logs
  16. Editor/EditorEventLog.xml
  17. Editor/EditorLayout.xml
  18. scripts/project_manager/logs/
  19. # Local user
  20. [Uu]ser/
  21. UserSettings.xml
  22. user*.cfg
  23. FrameCapture/**
  24. # DCC
  25. *.swatches
  26. .mayaSwatches/
  27. # Level
  28. _savebackup/