Update gitgnore to ignore mac files

This commit is contained in:
Logan Cusano
2023-02-26 14:29:13 -05:00
parent 77a3c5c6fc
commit be43adc112

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ node_modules/
.env .env
package-lock.json package-lock.json
*.bak *.bak
*.log *.log
*._.*