.gitignore 415 B

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