From 2730fad7ccc48c86237379b1a8cd7ac777670275 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Wed, 6 Apr 2022 14:15:56 +0200 Subject: [PATCH] add .ipynb_checkpoints to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0c6f519..6f79387 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,7 @@ build/ # xournal++ temp files *.xopp~ *.autosave.xopp + + +# jupyter +*/.ipynb_checkpoints