Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save desmondfernando/c9877f8ae2e2d5c51176de14f4657633 to your computer and use it in GitHub Desktop.

Select an option

Save desmondfernando/c9877f8ae2e2d5c51176de14f4657633 to your computer and use it in GitHub Desktop.
Paste this into a Helix Core stream's "Ignored" field to setup ignores for Unity 3D without requiring users to have a p4ignore file.
/Library/...
/Temp/...
/Obj/...
/Build/...
/Builds/...
/UserSettings/...
/MemoryCaptures/...
/Logs/...
/Assets/AssetStoreTools/...
/Assets/AddressableAssetsData/*/*.bin*
/Assets/StreamingAssets/aa.meta...
.collabignore
.apk
.unitypackage
.gradle
/Assets/Plugins/Editor/JetBrains...
/.vs/...
/ExportedObj/...
.consulo/...
.csproj
.unityproj
.suo
.tmp
.user
.userprefs
.pidb
.booproj
.svd
.pdb
.mdb
.opendb
.VC.db
.pidb.meta
.pdb.meta
.mdb.meta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment