This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
nicegui
mirror of
https://github.com/zauberzeug/nicegui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ignore .DS_Store files gnerated by mac
and then become visible in devocntainer
Rodja Trappe
1 year ago
parent
4835e9b631
commit
55a8c74c59
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
.gitignore
+ 2
- 1
.gitignore
View File
@@ -9,4 +9,5 @@ tests/media/
venv
.idea
.nicegui/
-*.sqlite*
+*.sqlite*
+.DS_Store