Skip to content

Instantly share code, notes, and snippets.

@BarronKane
Created November 4, 2019 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BarronKane/c38e36d8b639f2526134330454661fac to your computer and use it in GitHub Desktop.
Save BarronKane/c38e36d8b639f2526134330454661fac to your computer and use it in GitHub Desktop.
UE4 Depot Settings
# Ignore project files in the root
.git/*
*.sln
!*/*.sln
.vs
*.suo
*.opensdf
*.sdf
*.pdb
*.xcodeproj
./Makefile
./CMakeLists.txt
./.ue4dependencies
Saved/
Intermediate/
DerivedDataCache/
obj/
*.vcxproj
*.sln
*-Debug.*
FileOpenOrder/
ipch/*
*BuiltData.uasset
# Ignore Unix backup files
*~
# Ignore Mac desktop services store files
.DS_Store
# Ignore crash reports
crashinfo--*
# Ignore linux project files
*.user
*.pro
*.pri
*.kdev4
# Ignore project-specific files
[project]/.git/*
[project]/.vs/*
[project]/Binaries/*.pdb
[project]/Binaries/*-Shipping.*
[project]/Build/Receipts/*
[project]/DerivedDataCache/*
[project]/Intermediate/*
[project]/Saved/*
[project]/*.sln
# The form data below was edited by super
# 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.
TypeMap:
text //....asp
text //....cnf
text //....css
text //....htm
text //....html
text //....inc
text //....js
text+w //....log
text+w //....ini
text+w //....pdm
binary+Fl //....zip
binary+Fl //....bz2
binary+Fl //....rar
binary+Fl //....gz
binary+Fl //....avi
binary+Fl //....jpg
binary+Fl //....jpeg
binary+Fl //....mpg
binary+Fl //....gif
binary+Fl //....tif
binary+Fl //....mov
binary+Fl //....jar
binary+l //....ico
binary+l //....exp
binary+l //....btr
binary+l //....bmp
binary+l //....doc
binary+l //....dot
binary+l //....xls
binary+l //....ppt
binary+l //....pdf
binary+l //....tar
binary+l //....bin
binary+l //....class
binary+l //....war
binary+l //....ear
binary+l //....so
binary+l //....rpt
binary+l //....cfm
binary+l //....ma
binary+l //....mb
binary+l //....pac
binary+l //....m4a
binary+l //....mp4
binary+l //....aac
binary+l //....wma
binary+l //....docx
binary+l //....pptx
binary+l //....xlsx
binary+l //....png
binary+l //....raw
binary+l //....odt
binary+l //....ods
binary+l //....odg
binary+l //....odp
binary+l //....otg
binary+l //....ots
binary+l //....ott
binary+l //....psd
binary+l //....sxw
binary+S2w //....exe
binary+S2w //....dll
binary+S2w //....lib
binary+S2w //....app
binary+S2w //....dylib
binary+S2w //....stub
binary+S2w //....ipa
binary //....bmp
binary //....png
binary //....tga
binary //....raw
binary //....r16
binary //....mb
binary //....fbx
text //....ini
text //....config
text //....cpp
text //....h
text //....c
text //....cs
text //....m
text //....mm
text //....py
binary+l //....uasset
binary+l //....umap
binary+l //....upk
binary+l //....udk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment