From 4e884c7e977f6738496eb6936e5b00a1a934b602 Mon Sep 17 00:00:00 2001 From: Valerian Wintner <v.d.w@hotmail.com> Date: Fri, 12 Nov 2021 19:43:42 +0100 Subject: [PATCH] Add target to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68729d6..ad4c7d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -.DS_Store \ No newline at end of file +.DS_Store +target \ No newline at end of file -- GitLab