From 5b9c03e4172a68af9b668af29b5adf27ceaaa398 Mon Sep 17 00:00:00 2001 From: Carlos Santos <82985952+carlosepdsJava@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:40:45 -0300 Subject: [PATCH] Update .gitignore Add META-INF folder and anothers files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 056c737f..944a42ae 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ local.properties .loadpath .factorypath /src/main/resources/rebel.xml +*/META-INF/* +build.properties # External tool builders .externalToolBuilders/** @@ -144,4 +146,4 @@ Desktop.ini ###################### # Showcase public ###################### -/showcases/public \ No newline at end of file +/showcases/public