Fix .gitignore

This commit is contained in:
Kevin Poretti 2022-03-04 22:12:30 -05:00
parent 30bc0f6b3a
commit 05b75a2085
8 changed files with 7 additions and 7823 deletions

13
.gitignore vendored
View File

@ -42,11 +42,11 @@
*.VC.opendb
# Binary Files
**/Binaries/*
**/Plugins/*/Binaries/*
*/Binaries/*
*/Plugins/*/Binaries/*
# Builds
**/Build/*
*/Build/*
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
@ -63,12 +63,13 @@ Build/*/**
**/Saved/*
# Compiled source files for the engine to use
**/Intermediate/*
**/Plugins/*/Intermediate/*
*/Intermediate/*
*/Plugins/*/Intermediate/*
# Cache files for the editor to use
**/DerivedDataCache/*
*/DerivedDataCache/*
# Temp directory
Scratch
SwordNGun/Content/ThirdParty

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
{
"BuildId": "14830424",
"Modules":
{
"SwordNGun": "UE4Editor-SwordNGun-0010.dll"
}
}

View File

@ -1,7 +0,0 @@
{
"BuildId": "14830424",
"Modules":
{
"ImGui": "UE4Editor-ImGui.dll"
}
}