Browse Source

ignore .DS_Store files gnerated by mac
and then become visible in devocntainer

Rodja Trappe 1 year ago
parent
commit
55a8c74c59
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -9,4 +9,5 @@ tests/media/
 venv
 .idea
 .nicegui/
-*.sqlite*
+*.sqlite*
+.DS_Store