From c8f2284af31bd8d1c94dfbb8f2aa318c5592ef3a Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Wed, 20 Oct 2021 11:56:27 -0500 Subject: [PATCH] Remove built binaries and keep them in .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e645270..a6e39df 100644 --- a/.gitignore +++ b/.gitignore @@ -351,3 +351,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# Exclude built binaries +UsmToolkit/bin