Skip to content

Instantly share code, notes, and snippets.

@IJEMIN
Last active September 15, 2023 10:59
Show Gist options
  • Save IJEMIN/92c1ec8dc06cf0f853813cdaa5115a9f to your computer and use it in GitHub Desktop.
Save IJEMIN/92c1ec8dc06cf0f853813cdaa5115a9f to your computer and use it in GitHub Desktop.
Unity + Rider gitignore
# Created by https://www.gitignore.io/api/unity
# Edit at https://www.gitignore.io/?templates=unity
# Jetbrain Rider Cache
.idea/
Assets/Plugins/Editor/JetBrains*
# Visual Studio Code
.vscode/
### Unity ###
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
# Unity local user project setting
UserSettings/
# 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
*.VC.db
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# End of https://www.gitignore.io/api/unity
@AbrahamArmasCordero
Copy link

AbrahamArmasCordero commented Jun 20, 2022

Thanks!

I think its missing UserSettings/

That Folder can be ignored too

@IJEMIN
Copy link
Author

IJEMIN commented Aug 14, 2022

Thanks!

I think its missing UserSettings/

That Folder can be ignored too

thanks! :D I just updated it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment