Skip to content

Instantly share code, notes, and snippets.

View CasulScrub's full-sized avatar
🏠
Working from home

Joshua Reyes CasulScrub

🏠
Working from home
View GitHub Profile
@CasulScrub
CasulScrub / p4 universal game dev typemap
Created October 19, 2024 18:12 — forked from jase-perf/p4 universal game dev typemap
Game Engine Typemap (WIP) Engine-agnostic typemap that will work with UE, Unity, Godot, etc.
# Perforce File Type Mapping Specifications.
#
# TypeMap: a list of filetype mappings; one per line.
# Each line has two elements:
#
# Filetype: The filetype to use on 'p4 add'.
#
# Path: File pattern which will use this filetype.
#
# See 'p4 help typemap' for more information.
@CasulScrub
CasulScrub / p4ignore.txt
Created October 17, 2024 10:18 — forked from ImLp/p4ignore.txt
Unreal Engine UGS P4 Ignore Example
# Files generated by visual studio should not be checked in.
*.csproj.*
.vs/*
*.pdb
*.suo
*.opensdf
*.sdf
*.tmp
*.mdb
obj/