From fe2c5abb65f96c43c5bde8535db356fcd14d63cf Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 11 Apr 2024 22:11:48 -0400 Subject: [PATCH] Add gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5888a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vscode +build/ +bin/ \ No newline at end of file