Skip to content

Instantly share code, notes, and snippets.

@kinifi
Created October 19, 2016 23:35
Show Gist options
  • Save kinifi/4d6178a28ba96722867e44a31ad162b2 to your computer and use it in GitHub Desktop.
Save kinifi/4d6178a28ba96722867e44a31ad162b2 to your computer and use it in GitHub Desktop.
Plastic SCM Ignore for Unity 3D Projects
/SteamBuildUploader/ContentBuilder/content
/SteamBuildUploader/ContentBuilder/builder
/.vs
/Library/
/Temp/
/Obj/
/Build/
/Builds/
/Assets/AssetStoreTools*
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
@Noxalus
Copy link

Noxalus commented Aug 31, 2018

To ignore folders, I had to remove the / at the end:

/Library
/Temp
/Obj
/Build
/Builds

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