mirror of
https://github.com/github/gitignore.git
synced 2025-02-21 21:54:52 +08:00
Add a custom .gitignore template for Mac computers
This commit is contained in:
parent
33243d9491
commit
6ed1039c79
8
Mac.gitignore
Normal file
8
Mac.gitignore
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Ignore .DS_Store files created by macOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Ignore node_modules directory
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Ignore log files
|
||||||
|
*.log
|
Loading…
Reference in New Issue
Block a user