Fix .gitignore
This commit is contained in:
parent
30bc0f6b3a
commit
05b75a2085
13
.gitignore
vendored
13
.gitignore
vendored
@ -42,11 +42,11 @@
|
|||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
|
|
||||||
# Binary Files
|
# Binary Files
|
||||||
**/Binaries/*
|
*/Binaries/*
|
||||||
**/Plugins/*/Binaries/*
|
*/Plugins/*/Binaries/*
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
**/Build/*
|
*/Build/*
|
||||||
|
|
||||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||||
!Build/*/
|
!Build/*/
|
||||||
@ -63,12 +63,13 @@ Build/*/**
|
|||||||
**/Saved/*
|
**/Saved/*
|
||||||
|
|
||||||
# Compiled source files for the engine to use
|
# Compiled source files for the engine to use
|
||||||
**/Intermediate/*
|
*/Intermediate/*
|
||||||
**/Plugins/*/Intermediate/*
|
*/Plugins/*/Intermediate/*
|
||||||
|
|
||||||
# Cache files for the editor to use
|
# Cache files for the editor to use
|
||||||
**/DerivedDataCache/*
|
*/DerivedDataCache/*
|
||||||
|
|
||||||
# Temp directory
|
# Temp directory
|
||||||
Scratch
|
Scratch
|
||||||
SwordNGun/Content/ThirdParty
|
SwordNGun/Content/ThirdParty
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"BuildId": "14830424",
|
|
||||||
"Modules":
|
|
||||||
{
|
|
||||||
"SwordNGun": "UE4Editor-SwordNGun-0010.dll"
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"BuildId": "14830424",
|
|
||||||
"Modules":
|
|
||||||
{
|
|
||||||
"ImGui": "UE4Editor-ImGui.dll"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user