Ignore MacOS DS_Store files

This commit is contained in:
Caesar Kabalan 2024-10-08 00:24:24 -07:00
parent 805a09d0b1
commit 204613a7f8
No known key found for this signature in database
GPG key ID: DDFEF5FF6CFAB608

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea/*
**/node_modules/*
**/certs/*
**/.DS_Store