From 278f20382b0a3c03737ba10605067ad5d8d33fe1 Mon Sep 17 00:00:00 2001 From: salmanoe Date: Tue, 16 Feb 2021 09:43:57 +0700 Subject: [PATCH] perbaikan gitignore --- gitignore.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gitignore.properties b/gitignore.properties index 43d77467..7893d1f5 100644 --- a/gitignore.properties +++ b/gitignore.properties @@ -2,6 +2,7 @@ ## Configuration ########################## **/jdbc.*.properties +**/.gitignore ########################## ## Spring @@ -32,9 +33,9 @@ release.properties ## Eclipse ########################## .metadata -.classpath -.project -.settings/ +**/.classpath +**/.project +**/.settings/ bin/ tmp/ *.tmp