Unity .gitignore file (Using Rider IDE)
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
# Exclude 3rd party libraries installed from the assets store | |
[Aa]ssets/Asset Store Resources/ | |
# Some asset tools can't be moved so need to explicitly | |
/Assets/TextMesh Pro* | |
# Exclude rider idea data | |
.idea | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment