From 3beca6060259419f4c81b9a96a111a2e34b60d3f Mon Sep 17 00:00:00 2001 From: goran Date: Fri, 4 Apr 2025 12:46:52 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 6dd3cf30..4108c20e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,31 @@ BP_Puralink BP_Revolute - # Visual Studio 2015 user specific files .vs/ - # Compiled Object files *.slo *.lo *.o *.obj - # Precompiled Headers *.gch *.pch - # Compiled Dynamic libraries *.so *.dylib *.dll - # Fortran module files *.mod - # Compiled Static libraries *.lai *.la *.a *.lib - # Executables *.exe *.out *.app *.ipa - # These project files can be generated by the engine *.xcodeproj *.xcworkspace @@ -43,36 +35,25 @@ BP_Revolute *.sdf *.VC.db *.VC.opendb - # Precompiled Assets SourceArt/**/*.png SourceArt/**/*.tga - -# Binary Files -Binaries/* -Plugins/**/Binaries/* - # Builds Build/* - +Builds/* # Whitelist PakBlacklist-.txt files !Build/*/ Build/*/** !Build/*/PakBlacklist*.txt - # Don't ignore icon files in Build !Build/**/*.ico - # Built data for maps *_BuiltData.uasset - # Configuration files generated by the Editor Saved/* - # Compiled source files for the engine to use Intermediate/* Plugins/**/Intermediate/* - # Cache files for the editor to use DerivedDataCache/* -.DS_Store +.DS_Store \ No newline at end of file