From 56182e6e3dbbc0ce400d3097b373f5b8b755cf33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 16 May 2022 10:19:32 +0200 Subject: [PATCH] Ignore mac OS .DS_Store files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index f771e49f4..746b48eb8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ package-lock.json /deployment/bare_metal/nginx/update-page/updating.html /deployment/bare_metal/log /deployment/bare_metal/backup + +# Node Version Manager configuration file /.nvmrc + +# Apple macOS folder attribute file +.DS_Store