From fec1e977b15608b4d57f8c41118d7db0fb1bc7ba Mon Sep 17 00:00:00 2001 From: malik-nabeel-ahmed Date: Sun, 9 Feb 2025 11:27:31 +0500 Subject: [PATCH] update git ignore file wiith .idea and target folder --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 524f096..35cef76 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,9 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* + +# ignore idea folder +.idea/* + +#ignore target folder +target/*