Skip to content

Instantly share code, notes, and snippets.

@kelvinninja1
Forked from FullStackForger/.gitignore
Created July 3, 2020 20:52
Show Gist options
  • Select an option

  • Save kelvinninja1/28fbd198698dec62e46a6d3c674977a7 to your computer and use it in GitHub Desktop.

Select an option

Save kelvinninja1/28fbd198698dec62e46a6d3c674977a7 to your computer and use it in GitHub Desktop.
.gitignore for Unity3d project
###
# Unity folders and files
###
[Aa]ssets/AssetStoreTools*
[Bb]uild/
[Ll]ibrary/
[Ll]ocal[Cc]ache/
[Oo]bj/
[Tt]emp/
[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