1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix 6486 mac gitignore (#6487)

add .DS_Store to .gitignore for contributers working on mac
This commit is contained in:
David Bordeynik 2019-05-12 00:05:51 +03:00 committed by Xavier Fernandez
parent a731e7e37d
commit 3165c5690d
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View file

@ -42,3 +42,6 @@ pip-wheel-metadata
# Scratch Pad for experiments # Scratch Pad for experiments
.scratch/ .scratch/
# Mac
.DS_Store

1
news/6486.trivial Normal file
View file

@ -0,0 +1 @@
This change will add .DS_Store to .gitignore