Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matdombrock/unity_gitignore
My person gitignore file Unity
https://github.com/matdombrock/unity_gitignore
Last synced: 7 days ago
JSON representation
My person gitignore file Unity
- Host: GitHub
- URL: https://github.com/matdombrock/unity_gitignore
- Owner: matdombrock
- License: mit
- Created: 2018-06-19T01:15:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T01:21:37.000Z (over 6 years ago)
- Last Synced: 2024-11-07T04:44:33.197Z (about 2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_gitignore
My personal gitignore file for Unity3D
```
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*# Visual Studio cache directory
.vs/# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.opendb# Unity3D generated meta files
*.pidb.meta
*.pdb.meta# Unity3D Generated File On Crash Reports
sysinfo.txt# Builds
*.apk
*.unitypackage
```
Based on https://github.com/github/gitignore