From 43ef3bd5cedc4bc64bbbc29cc1ad3d77c399d3a2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 8 May 2022 10:58:23 -0500 Subject: [PATCH] Ignore stork executable --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a715943..4107cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,9 @@ dist .idea +# Stork Executable +/stork-executable + # Other /static/app-list.json /README-temp.md