Remove .DS_Store from main folder (#648)

This commit is contained in:
Mohammad Mazraeh 2024-09-26 14:03:48 +00:00 committed by GitHub
parent 7ba99186fb
commit 90352f142d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
.vscode
# Visual Studio 2015/2017 cache/options directory
.vs/
.vs/
.DS_Store