From 0083c78da60edb8271fb99f7f6d4e000b817b977 Mon Sep 17 00:00:00 2001 From: Falknat Date: Thu, 4 Jul 2024 07:55:27 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 87 ++++++++---------------------------------------------- 1 file changed, 13 insertions(+), 74 deletions(-) diff --git a/.gitignore b/.gitignore index 632806e..c6da9ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,76 +1,15 @@ -# ---> UnrealEngine -# 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 +Binaries +DerivedDataCache +Intermediate +Plugins +Saved +.vscode +.vs +*.VC.db +*.opensdf +*.opendb +*.sdf *.sln *.suo -*.opensdf -*.sdf -*.VC.db -*.VC.opendb - -# Precompiled Assets -SourceArt/**/*.png -SourceArt/**/*.tga - -# Binary Files -Binaries/* -Plugins/*/Binaries/* - -# Builds -Build/* - -# 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/* - +*.xcodeproj +*.xcworkspace \ No newline at end of file