From f177c8203ebb6a7e052cdfc0654d97964c6c7482 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:23:08 -0400 Subject: [PATCH] [O] Ignore build files and macOS files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dfcfd56..88f9b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ +dist/ +.DS_Store +._* \ No newline at end of file