From 669f0bf71e7023e4724a030cf6869745c3cb471f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Sch=C3=B6nsgibl?= Date: Tue, 6 Oct 2020 11:10:30 +0200 Subject: [PATCH] add .DSStore into gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9e5fc42..94da51a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ db.sqlite3.SAVE node_modules/ config_local.py locale/*/LC_MESSAGES/django.mo +.DS_Store