mirror of https://github.com/nodejs/corepack.git
Add .DS_Store to .gitignore (#514)
For macOS contributors, .DS_Store keeps appearing in diffs and prevents the use of `git add .`, which is a major pain in the butt when contributing.
This commit is contained in:
parent
d4c5709f1c
commit
22c58fc88b
|
|
@ -1,4 +1,5 @@
|
||||||
.idea/
|
.idea/
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
/.yarn/*
|
/.yarn/*
|
||||||
!/.yarn/cache
|
!/.yarn/cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue