This is an automated email from the ASF dual-hosted git repository. simonetripodi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
commit 984fd4188bcb47d665023f47c94ca0d6516987c5 Author: stripodi <[email protected]> AuthorDate: Thu Apr 11 15:17:02 2019 +0200 added missing .gitignore resource --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7422e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.project +.classpath +.settings +target +bin +*.iml +.idea +.DS_Store +dependency-reduced-pom.xml
