123456789101112131415161718192021222324252627282930313233343536373839 |
- # IDE
- .idea/
- .vscode/
- # OS
- .DS_Store
- # Build
- [Bb]uild/**
- install/**
- AssetBundling/Bundles/**
- # Asset Processor
- AssetProcessorTemp/**
- [Cc]ache/
- # Python files
- **/*egg-info/**
- **/*egg-link
- __pycache__
- # Logs
- Editor/EditorEventLog.xml
- Editor/EditorLayout.xml
- scripts/project_manager/logs/
- # Local user
- [Uu]ser/
- UserSettings.xml
- user*.cfg
- FrameCapture/**
- # DCC
- *.swatches
- .mayaSwatches/
- # Level
- _savebackup/
|