You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2018/03/04 06:38:00 UTC

[jira] [Created] (EDGENT-448) add a new ignore item to filter .DS_Store for mac os x

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)