Chore: Add Git and LFS rules for Unreal Engine
This commit is contained in:
parent
0f5a6867de
commit
f7e447856f
2 changed files with 172 additions and 0 deletions
147
.gitignore
vendored
Normal file
147
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
# Ignored Files
|
||||
|
||||
Binaries/
|
||||
DerivedDataCache/
|
||||
Intermediate/
|
||||
LinuxEditor/
|
||||
Plugins/AdvancedSessions
|
||||
Plugins/MainMenuLib
|
||||
Plugins/VictoryPlugin
|
||||
Plugins/LoadingScreen-master
|
||||
Plugins/PingPlugin-master
|
||||
Plugins/LoadingScreen
|
||||
Plugins/PathFollow
|
||||
Plugins/PingPlugin
|
||||
Plugins/ShaderCompilationScreen
|
||||
Plugins/VaRest-master
|
||||
Plugins/VaRest-develop
|
||||
Plugins/VaRest
|
||||
Plugins/GamepadUMGPlugin/
|
||||
Saved/
|
||||
.vs/
|
||||
.vscode/
|
||||
WindowsNoEditor/
|
||||
Visual Studio 2015/
|
||||
Visual Studio 2015Templates/
|
||||
Visual Studio 2015Projects/
|
||||
Scratchpad.txt
|
||||
DesignArchitecture.txt
|
||||
|
||||
# Miscellaneous Ignored Files
|
||||
*.ignore
|
||||
*.opendb
|
||||
*.orig
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
#UE4 Map Lighting Data
|
||||
*_BuiltData.uasset
|
||||
|
||||
# Visual Studio user specific files
|
||||
.vs/
|
||||
|
||||
# VS Code
|
||||
*.code-workspace
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.ipa
|
||||
|
||||
# These project files can be generated by the engine
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.sln
|
||||
*.suo
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
# Cache files for the editor to use
|
||||
.idea
|
||||
Plugins/Developer
|
||||
Config/steamvr_ue_editor_app.json
|
||||
Config/SteamVRBindings
|
||||
Platforms/HoloLens/Config/HoloLensEngine.ini
|
||||
.vsconfig
|
||||
|
||||
# OSX Files
|
||||
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear on external disk
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
/.project
|
||||
/Build/LinuxNoEditor/FileOpenOrder/CookerOpenOrder.log
|
||||
/Build/LinuxNoEditor/FileOpenOrder/EditorOpenOrder.log
|
||||
|
||||
|
||||
# Allowed Files (This format was used for backwards compatibility with mercurial.)
|
||||
# The starting / was used for mercurial and works with git
|
||||
/Build/*
|
||||
!/Build/
|
||||
/Build/Windows/*
|
||||
!/Build/Windows/
|
||||
/Build/Linux/*
|
||||
!/Build/Linux/
|
||||
/Build/LinuxNoEditor/*
|
||||
!/Build/LinuxNoEditor/
|
||||
!/Build/Windows/Application.ico
|
||||
!/Build/Linux/Application.png
|
||||
!/Build/LinuxNoEditor/icon256x256.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue