now ignoring ´.DS_Store´ file of mac-os

This commit is contained in:
burndaflame 2021-06-09 19:01:07 +02:00 committed by GitHub
parent 37a3e83f3a
commit c3cbc96499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -22,6 +22,9 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Mac-OS file
.DS_Store
# IDE Folders
.idea/
.vs/