From 6ee7fe2d9db8cc15cd906d2537c7d0ef3146d6d8 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Fri, 18 Sep 2020 15:59:04 +0200
Subject: [PATCH] ignore DS_store files

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ffc84db..03854cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-1_understanding_a_computer.html 2_first_steps_in_a_terminal.html index.html
+*.html
+.DS_Store
-- 
GitLab