From 08d696bec48dfd8c18a7050b3eaa84c8e804ab67 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 15 Aug 2020 14:50:51 +0200 Subject: [PATCH] Ignore the executable. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 948328f..de8c272 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/* drogon/* -config.json \ No newline at end of file +config.json +site \ No newline at end of file