Explorar el Código

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

Rodja Trappe hace 1 año
padre
commit
55a8c74c59
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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