Skip to content

Instantly share code, notes, and snippets.

@FullStackForger
Last active April 6, 2024 13:19
Show Gist options
  • Save FullStackForger/20bbf62861394b1a3de0 to your computer and use it in GitHub Desktop.
Save FullStackForger/20bbf62861394b1a3de0 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
@Ivano-P
Copy link

Ivano-P commented Nov 29, 2022

Oh yes, I will probably do that when I finish my test version and decide to work with a 3d artist, but in my case I use it to switch to my laptop when I'm on the move so having the same settings if what I want.

@ralphmettle
Copy link

Thank you!

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