From ae3b9785f92798dccfc0732e357cc68f7cea147f Mon Sep 17 00:00:00 2001 From: salmanoe Date: Thu, 7 Jan 2021 20:59:47 +0700 Subject: [PATCH] update gitignore untuk semua web.xml --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c954245..bb8cbbff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -/jasamedika-config/src/main/resources/jdbc.development.properties -/jasamedika-config/src/main/resources/com/jasamedika/medifirst2000/applicationContext.xml +########################## +## Spring +########################## +*web.xml ########################## ## Java