Skip to content

Instantly share code, notes, and snippets.

@rjduran
Created February 7, 2022 19:20
Show Gist options
  • Save rjduran/e6c8e341f4ec0bd7abe7ec492cbdd2b5 to your computer and use it in GitHub Desktop.
Save rjduran/e6c8e341f4ec0bd7abe7ec492cbdd2b5 to your computer and use it in GitHub Desktop.
Unity .gitignore file
# Windows
Thumbs.db
Desktop.ini
# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
ios
ios.app
# Code Editors
/.idea
/.vscode
/*.csproj
/*.sln
*.swp
*.vcxproj.user
# Unity
**/[Ll]ibrary/*
**/[Tt]emp/*
**/[Oo]bj/*
**/[Bb]uild/*
**/[Bb]uilds/*
**/UnityGenerated/*
**/Assets/AssetStoreTools*
**/UserSettings/*
**/Logs/*
packages-lock.json
# Unity3D Crash Reports
sysinfo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment