From ce4135b09be7e783cb424a4a28e95214fb2186cb Mon Sep 17 00:00:00 2001 From: valhallac Date: Mon, 26 Jun 2023 23:09:44 +0100 Subject: [PATCH] Created MuleSoft.gitignore This MuleSoft specific gitignore file is for projects created in the Anypoint Studio which is an eclipse based IDE developed by MuleSoft. --- community/MuleSoft.gitignore | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 community/MuleSoft.gitignore diff --git a/community/MuleSoft.gitignore b/community/MuleSoft.gitignore new file mode 100644 index 00000000..16c997d7 --- /dev/null +++ b/community/MuleSoft.gitignore @@ -0,0 +1,48 @@ +# ------------------------------------------------------------------------------ # +# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) # +# ------------------------------------------------------------------------------ # +*.class + +# Package Files # +*.jar +*.war +*.ear + +# ------------------------------------------------------------------------------------------- # +# Eclipse-specific (https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore) # +# ------------------------------------------------------------------------------------------- # +*.pydevproject +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.project +.classpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + +# --------------- # +# Anypoint Studio-specific # +# --------------- # +target/ +.mule/** +.mule/**/* +.DS_Store +velocity.log