From 6375482b4ee843d45c7da2bdce81f2efcd53dc1e Mon Sep 17 00:00:00 2001 From: fossterer Date: Tue, 27 Nov 2018 00:19:13 -0500 Subject: [PATCH 1/2] Create Mule.gitignore --- community/Mule.gitignore | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 community/Mule.gitignore diff --git a/community/Mule.gitignore b/community/Mule.gitignore new file mode 100644 index 00000000..1738bdaf --- /dev/null +++ b/community/Mule.gitignore @@ -0,0 +1,48 @@ +# gitignore template for Mule projects +# website: https://www.mulesoft.com/platform/enterprise-integration +# +# Recommended template: Mule.gitignore + +# 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 +# You may want to remove the sharp symbols here if you are using Maven +.project +.classpath +# External tool builders +.externalToolBuilders/ +# Locally stored "Eclipse launch configurations" +*.launch +# CDT-specific +.cproject +# PDT-specific +.buildpath +# --------------- # +# Studio-specific # +# --------------- # +.studio/ +flows/ +target/ +**/*.mflow +catalog/ +reports/ +.mule/ From e4424d164364b4bf76e58239fa85f5e08298a219 Mon Sep 17 00:00:00 2001 From: Shashank Sabniveesu Date: Wed, 30 Jan 2019 10:16:23 -0500 Subject: [PATCH 2/2] Improved formatting --- community/Mule.gitignore | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/community/Mule.gitignore b/community/Mule.gitignore index 1738bdaf..21a6fb78 100644 --- a/community/Mule.gitignore +++ b/community/Mule.gitignore @@ -1,18 +1,20 @@ -# gitignore template for Mule projects +# gitignore template for Mule projects (https://github.com/github/gitignore/pull/2891/files) # website: https://www.mulesoft.com/platform/enterprise-integration # # Recommended template: Mule.gitignore +---------------------------------------------------------------------------------# # 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/** @@ -25,10 +27,14 @@ tmp/**/* local.properties .settings/ .loadpath + # You may want to remove the sharp symbols here if you are using Maven .project .classpath + +# -----------------------# # External tool builders +# -----------------------# .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch @@ -36,6 +42,7 @@ local.properties .cproject # PDT-specific .buildpath + # --------------- # # Studio-specific # # --------------- #