Skip to content

Instantly share code, notes, and snippets.

@jase-perf
Created June 4, 2024 18:58
Show Gist options
  • Save jase-perf/262ce34c807a125b749c7633f7dcdc09 to your computer and use it in GitHub Desktop.
Save jase-perf/262ce34c807a125b749c7633f7dcdc09 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