From 0a4b1bde2bb96bf936792183c5d6a76590641076 Mon Sep 17 00:00:00 2001 From: Alexander <43488179+snaulX@users.noreply.github.com> Date: Thu, 29 Jul 2021 11:47:29 +0600 Subject: [PATCH] Create .gitignore for Flax Engine --- FlaxEngine.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 FlaxEngine.gitignore diff --git a/FlaxEngine.gitignore b/FlaxEngine.gitignore new file mode 100644 index 00000000..b4705684 --- /dev/null +++ b/FlaxEngine.gitignore @@ -0,0 +1,45 @@ +# Ignore Flax project files +Binaries/ +Cache/ +Logs/ +Output/ +Screenshots/ +*.HotReload.* + +# Ignore Visual Studio project files (generated locally) +*.csproj +*.sln + +# Ignore thumbnails created by Windows +Thumbs.db + +# Ignore files built by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +.vs/ + +# Ignore Nuget packages folder +packages/