From 9c55b04bcdb215fd23c556b8bb5896e2cdee7605 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 15 Feb 2024 18:14:10 +0100 Subject: [PATCH] Add 'output/' to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d9005f2..d3f4913 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +output/