Last active
May 5, 2019 01:25
-
-
Save IJEMIN/c755306fe304147723db80b0041b71af to your computer and use it in GitHub Desktop.
gitignore for Unity + Rider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/AssetBundles/ | |
# Created by https://www.gitignore.io/api/unity | |
### Unity ### | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
# Jetbrain Rider Cache | |
/.idea/ | |
/Assets/Plugins/Editor/JetBrains* | |
# Visual Studio Code | |
/.vscode/ | |
# 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 | |
*.obb | |
# macOS | |
.DS_Store | |
# ZIP | |
*.zip | |
# End of https://www.gitignore.io/api/unity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment