Merge pull request #218 from burndaflame/patch-1

now ignoring ´.DS_Store´ file of mac-os
This commit is contained in:
CK 2021-06-09 13:02:47 -04:00 committed by GitHub
commit 64bae2140c
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/