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 *.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

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"
}
}