add DS_Store to gitignore (#4324)

This commit is contained in:
Vladimir Semyonov 2024-08-12 19:32:34 +03:00 committed by GitHub
parent b5c3906b38
commit ce37c11164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ venv/
/user/
*.log
web_custom_versions/
.DS_Store