You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2016/12/12 09:15:58 UTC

[jira] [Commented] (SLING-6345) Publishing transfers files like ".gitignore"

    [ https://issues.apache.org/jira/browse/SLING-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741406#comment-15741406 ] 

Robert Munteanu commented on SLING-6345:
----------------------------------------

Or maybe we should leverage {{META-INF/vault/settings.xml}} for that:

{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<vault version="1.0">
  <ignore name=".svn"/>
</vault>
{noformat}

> Publishing transfers files like ".gitignore"
> --------------------------------------------
>
>                 Key: SLING-6345
>                 URL: https://issues.apache.org/jira/browse/SLING-6345
>             Project: Sling
>          Issue Type: Bug
>          Components: IDE
>    Affects Versions: Sling Eclipse IDE 1.1.0
>            Reporter: Konrad Windszus
>
> There should be a (configurable) blacklist of certain filenames which should never be published to Sling. That blacklist should include ".gitignore" and ".DS_Store" files by default and maybe some more.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)