From aeed06a9ff12fc0550bf634ec2449dfd5c2e65ed Mon Sep 17 00:00:00 2001 From: Lauchmelder23 Date: Mon, 7 Sep 2020 12:13:52 +0200 Subject: [PATCH] Exclude build directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e7349f..a514c9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vs out -*.json \ No newline at end of file +build +*.json