This is an automated email from the ASF dual-hosted git repository. ghenzler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 06265ba7eb1ab428228138d8c1839f216b77624a Author: georg.henzler <[email protected]> AuthorDate: Mon Jul 20 16:01:57 2020 +0200 Add org.apache.sling.feature.launcher-*.jar to gitignore to avoid uncommitted files after following the README.md --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f13c3f2..1530f74 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ atlassian-ide-plugin.xml /sling/ /launcher/ +/org.apache.sling.feature.launcher-*.jar \ No newline at end of file
