vinoyang created EDGENT-448:
-------------------------------
Summary: add a new ignore item to filter .DS_Store for mac os x
Key: EDGENT-448
URL: https://issues.apache.org/jira/browse/EDGENT-448
Project: Edgent
Issue Type: Wish
Reporter: vinoyang
for the users who use max os x, when create a dir or file, it will create a
{code:java}
.DS_Store{code}
so we should add a new item to .gitignore to filter it:
{code:java}
# Mac os x
*.DS_Store
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)