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)