Fix more gitignore stuff
This commit is contained in:
parent
137e923159
commit
a14ef4dc8c
|
@ -47,19 +47,19 @@ SourceArt/**/*.png
|
|||
SourceArt/**/*.tga
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/*/Binaries/*
|
||||
TheProject/VRWizardProject/Binaries/*
|
||||
TheProject/VRWizardProject/Plugins/*/Binaries/*
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
TheProject/VRWizardProject/Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
!Build/*/PakBlacklist*.txt
|
||||
!TheProject/VRWizardProject/Build/*/
|
||||
TheProject/VRWizardProject/Build/*/**
|
||||
!TheProject/VRWizardProject/Build/*/PakBlacklist*.txt
|
||||
|
||||
# Don't ignore icon files in Build
|
||||
!Build/**/*.ico
|
||||
!TheProject/VRWizardProject/Build/**/*.ico
|
||||
|
||||
# Built data for maps
|
||||
*_BuiltData.uasset
|
||||
|
@ -68,9 +68,9 @@ Build/*/**
|
|||
TheProject/VRWizardProject/Saved/*
|
||||
|
||||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Plugins/*/Intermediate/*
|
||||
TheProject/VRWizardProject/Intermediate/*
|
||||
TheProject/VRWizardProject/Plugins/*/Intermediate/*
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
||||
TheProject/VRWizardProject/DerivedDataCache/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue