Add a custom .gitignore template for Mac computers

This commit is contained in:
innersanctumtech 2024-09-07 16:13:45 -05:00
parent 33243d9491
commit 6ed1039c79

8
Mac.gitignore Normal file
View File

@ -0,0 +1,8 @@
# Ignore .DS_Store files created by macOS
.DS_Store
# Ignore node_modules directory
node_modules/
# Ignore log files
*.log