浏览代码

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

Rodja Trappe 1 年之前
父节点
当前提交
55a8c74c59
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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