From fa25ccfb0d1af18c8e09940daa0c7d74f5e9147d Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 7 Jul 2024 17:19:37 +0200 Subject: [PATCH] Chore : add output directory to gigignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 560b116..b7e3178 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -typings/* \ No newline at end of file +typings/* +output/* \ No newline at end of file