Browse Source

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

Rodja Trappe 1 năm trước cách đây
mục cha
commit
55a8c74c59
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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