From 86c8e8d942b53238a19dfb4c4fb96a057be7f76c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 14 Jul 2020 14:03:30 +0200 Subject: [PATCH] Fixed ignore file --- src/main/webapp/WEB-INF/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/.gitignore b/src/main/webapp/WEB-INF/.gitignore index 6f6ab36..be81da3 100644 --- a/src/main/webapp/WEB-INF/.gitignore +++ b/src/main/webapp/WEB-INF/.gitignore @@ -1,4 +1,4 @@ /LICENSE.md /README.md -/changelog.xml -/gcube-app.xml +/CHANGELOG.md +/gcube-app.xml \ No newline at end of file