mirror of
https://github.com/litruv/UE5-Snake.git
synced 2026-07-24 01:36:02 +10:00
Cleaned up
This commit is contained in:
74
.gitignore
vendored
Normal file
74
.gitignore
vendored
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
# Visual Studio 2015 user specific files
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Precompiled Assets
|
||||||
|
SourceArt/**/*.png
|
||||||
|
SourceArt/**/*.tga
|
||||||
|
|
||||||
|
# Binary Files
|
||||||
|
Binaries/*
|
||||||
|
Plugins/**/Binaries/*
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
Build/*
|
||||||
|
|
||||||
|
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||||
|
!Build/*/
|
||||||
|
Build/*/**
|
||||||
|
!Build/*/PakBlacklist*.txt
|
||||||
|
|
||||||
|
# Don't ignore icon files in Build
|
||||||
|
!Build/**/*.ico
|
||||||
|
|
||||||
|
# Built data for maps
|
||||||
|
*_BuiltData.uasset
|
||||||
|
|
||||||
|
# Configuration files generated by the Editor
|
||||||
|
Saved/*
|
||||||
|
|
||||||
|
# Compiled source files for the engine to use
|
||||||
|
Intermediate/*
|
||||||
|
Plugins/**/Intermediate/*
|
||||||
|
|
||||||
|
# Cache files for the editor to use
|
||||||
|
DerivedDataCache/*
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Main.umap
Normal file
BIN
Content/Main.umap
Normal file
Binary file not shown.
BIN
Content/Snake/BP_GM_Snake.uasset
Normal file
BIN
Content/Snake/BP_GM_Snake.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Snake/PlayField/S_ButtonPress_Cue.uasset
Normal file
BIN
Content/Snake/PlayField/S_ButtonPress_Cue.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Snake/PlayField/T_Phone.uasset
Normal file
BIN
Content/Snake/PlayField/T_Phone.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/PlayField/T_fries.uasset
Normal file
BIN
Content/Snake/PlayField/T_fries.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/PlayField/WBP_SnekFood.uasset
Normal file
BIN
Content/Snake/PlayField/WBP_SnekFood.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/S_Death_Cue.uasset
Normal file
BIN
Content/Snake/Snake/S_Death_Cue.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/S_SnakeEat_Cue.uasset
Normal file
BIN
Content/Snake/Snake/S_SnakeEat_Cue.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/T_Body.uasset
Normal file
BIN
Content/Snake/Snake/T_Body.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/T_BodyCorner.uasset
Normal file
BIN
Content/Snake/Snake/T_BodyCorner.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/T_BodyEat.uasset
Normal file
BIN
Content/Snake/Snake/T_BodyEat.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/T_Head.uasset
Normal file
BIN
Content/Snake/Snake/T_Head.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/T_Tail.uasset
Normal file
BIN
Content/Snake/Snake/T_Tail.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/WBP_SnekBody.uasset
Normal file
BIN
Content/Snake/Snake/WBP_SnekBody.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/Snake/WBP_SnekHead.uasset
Normal file
BIN
Content/Snake/Snake/WBP_SnekHead.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/SnakeOnPhone.uasset
Normal file
BIN
Content/Snake/SnakeOnPhone.uasset
Normal file
Binary file not shown.
BIN
Content/Snake/WBP_WorldSpace_Snek.uasset
Normal file
BIN
Content/Snake/WBP_WorldSpace_Snek.uasset
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user