Created
June 4, 2024 18:58
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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