Skip to content

Instantly share code, notes, and snippets.

@starikcetin
Last active April 4, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starikcetin/dbd0edff628a3202fb2d8fb7fe8b2b9c to your computer and use it in GitHub Desktop.
Save starikcetin/dbd0edff628a3202fb2d8fb7fe8b2b9c to your computer and use it in GitHub Desktop.
.gitignore for Unity3D
# Exclude all "__GitExcluded__" folders and their meta files.
# Excluded folders can be used for storing test files, builds, backups and local only files.
__GitExcluded__/
__GitExcluded__.meta
# Unity Project Folder
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
# Autogenerated VS/MD solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Visual Studio cache/options directory
.vs/
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# OS Related Stuff
desktop.ini
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Rider
.idea/
*.iml
# Following files may be useful to track in a collaborative setting, but since I am solo, I exclude them.
*.DotSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment