ignore .DS_Store files in git repositories
This commit is contained in:
parent
cbb40696de
commit
9e22c7fe74
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ in
|
||||||
"*.swp"
|
"*.swp"
|
||||||
".yardoc/"
|
".yardoc/"
|
||||||
"doc/"
|
"doc/"
|
||||||
|
".DS_Store"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue