Skip to content

Instantly share code, notes, and snippets.

@astro648
Created July 8, 2022 00:02
Show Gist options
  • Save astro648/0305ea137a00b218a4b2c81fc56fa878 to your computer and use it in GitHub Desktop.
Save astro648/0305ea137a00b218a4b2c81fc56fa878 to your computer and use it in GitHub Desktop.
.gitignore template for Unity projects/repos - works with all types (2D, 3D, etc)
###
# Unity folders and files
###
/TowerDefenseGame/[Aa]ssets/AssetStoreTools*
/TowerDefenseGame/[Bb]uild/
/TowerDefenseGame/[Ll]ibrary/
/TowerDefenseGame/[Ll]ocal[Cc]ache/
/TowerDefenseGame/[Oo]bj/
/TowerDefenseGame/[Tt]emp/
/TowerDefenseGame/[Uu]nityGenerated/
# file on crash reports
sysinfo.txt
# Unity3D generated meta files
*.pidb.meta
###
# VS/MD solution and project files
###
[Ee]xportedObj/
*.booproj
*.csproj
*.sln
*.suo
*.svd
*.unityproj
*.user
*.userprefs
*.pidb
.DS_Store
###
# OS generated
###
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment