AndrewRozendal / SkyDiver

Unity Game
2 stars 1 forks source link

Git ignore file #9

Open AndrewRozendal opened 7 years ago

AndrewRozendal commented 7 years ago

Currently we are storing lots of Unity metadata. Dont think we need this. Is it safe to use this template I found online?

/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*

# Visual Studio 2015 cache directory
/.vs/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb

# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

# Builds
*.apk
*.unitypackage