From d212bde9aaccc414ea553ece72e37399f734dba7 Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Wed, 16 Jun 2021 21:31:24 +0200 Subject: [PATCH] + added the assets folder to the gitignore Signed-off-by: Alexis Maiquez --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1028f3e..bef7478 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ cmake-build-debug assets.zip -.idea \ No newline at end of file +.idea +assets/ \ No newline at end of file