CeDOS - Commit 24cc7c18

Add environment file and logs directory to gitignore Signed-off-by: Celina Sophie Kalus <hello@celinakalus.de>
Celina Sophie Kalus
Thu, 05 Jun 2025 22:20:17 +0200
1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M .gitignore.gitignore

@@ -1,5 +1,6 @@

build* log/* +logs/* docs/* *.img *.o

@@ -7,4 +8,5 @@ *.bin

img-contents/* *.png +.env .vscode