Compare commits
5 Commits
fc127763b2
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 52548f835e | |||
| a93a3835ab | |||
| 25c178ef5f | |||
| f7571b54ed | |||
| fe3045b98f |
+2
-1
@@ -16,6 +16,7 @@
|
|||||||
*.exe lfs
|
*.exe lfs
|
||||||
*.dll lfs
|
*.dll lfs
|
||||||
*.rcc lfs
|
*.rcc lfs
|
||||||
|
*.modules lfs
|
||||||
# FMOD
|
# FMOD
|
||||||
*.bank lfs
|
*.bank lfs
|
||||||
*.wav lfs
|
*.wav lfs
|
||||||
@@ -27,4 +28,4 @@
|
|||||||
*.ico lfs
|
*.ico lfs
|
||||||
*.icns lfs
|
*.icns lfs
|
||||||
# Movies
|
# Movies
|
||||||
*.bk2 lfs
|
*.bk2 lfs
|
||||||
|
|||||||
+11
-2
@@ -160,8 +160,17 @@ Temporary Items
|
|||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
|
|
||||||
# Binary Files
|
# Binary Files
|
||||||
/Binaries
|
/Binaries/*
|
||||||
/Plugins/**/Binaries
|
!/Binaries/Win64/
|
||||||
|
/Binaries/Win64/*
|
||||||
|
!/Binaries/Win64/UnrealEditor-*.dll
|
||||||
|
!/Binaries/Win64/UnrealEditor.modules
|
||||||
|
|
||||||
|
/Plugins/**/Binaries/*
|
||||||
|
!/Plugins/Developer/UEGitPlugin/Binaries/Win64/
|
||||||
|
/Plugins/Developer/UEGitPlugin/Binaries/Win64/*
|
||||||
|
!/Plugins/Developer/UEGitPlugin/Binaries/Win64/UnrealEditor-*.dll
|
||||||
|
!/Plugins/Developer/UEGitPlugin/Binaries/Win64/UnrealEditor.modules
|
||||||
|
|
||||||
# Configuration files generated by the Editor
|
# Configuration files generated by the Editor
|
||||||
/Saved
|
/Saved
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -24,6 +24,10 @@
|
|||||||
{
|
{
|
||||||
"Name": "GameplayStateTree",
|
"Name": "GameplayStateTree",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "AIAssistant",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user