Skip to content

Commit

Permalink
updated gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Feb 19, 2022
1 parent 0512c98 commit f8a0ebb
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,18 @@
# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga
unreal/SourceArt/**/*.png
unreal/SourceArt/**/*.tga

# Binary Files
Binaries/*
Plugins/*/Binaries/*
unreal/Binaries/*
unreal/Plugins/*/Binaries/*

# Builds
Build/*
unreal/Build/*

# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
unreal/Build/*/**
!Build/*/PakBlacklist*.txt
!unreal/Build/*/PakBlacklist*.txt

# Don't ignore icon files in Build
!Build/**/*.ico
Expand All @@ -72,19 +65,18 @@ unreal/Build/*/**

# Configuration files generated by the Editor
Saved/*
unreal/Saved/*

# Compiled source files for the engine to use
Intermediate/*
Plugins/*/Intermediate/*
unreal/Intermediate/*
unreal/Plugins/*/Intermediate/*

# Cache files for the editor to use
DerivedDataCache/*
unreal/DerivedDataCache/*

# all above, but in any folder
**/.DS_Store
Intermediate
Build
Binaries
Saved/
**/Intermediate
**/Build
**/Binaries
**/Saved

0 comments on commit f8a0ebb

Please sign in to comment.