You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Dan Klco (JIRA)" <ji...@apache.org> on 2017/02/20 17:37:44 UTC

[jira] [Created] (SLING-6535) bin Not Ignored by .gitignore

Dan Klco created SLING-6535:
-------------------------------

             Summary: bin Not Ignored by .gitignore
                 Key: SLING-6535
                 URL: https://issues.apache.org/jira/browse/SLING-6535
             Project: Sling
          Issue Type: Task
            Reporter: Dan Klco
            Assignee: Dan Klco
            Priority: Trivial


The current .gitignore does not ignore directories named bin. The following projects will create a bin directory which shows up as an untracked folder when performing Git commands after running a sling build:

 - bundles/commons/metrics/bin/
 - bundles/extensions/caconfig/impl/bin/
 - bundles/jcr/repoinit/bin/

The pattern bin/ should be added to the .gitignore for Sling to exclude these folders from source control.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)