2019-01-30 16:16:23 +01:00
|
|
|
# gitignore template for Mule projects (https://github.com/github/gitignore/pull/2891/files)
|
2018-11-27 06:19:13 +01:00
|
|
|
# website: https://www.mulesoft.com/platform/enterprise-integration
|
|
|
|
#
|
|
|
|
# Recommended template: Mule.gitignore
|
|
|
|
|
2019-01-30 16:16:23 +01:00
|
|
|
---------------------------------------------------------------------------------#
|
2018-11-27 06:19:13 +01:00
|
|
|
# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
|
2019-01-30 16:16:23 +01:00
|
|
|
---------------------------------------------------------------------------------#
|
2018-11-27 06:19:13 +01:00
|
|
|
*.class
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
2019-01-30 16:16:23 +01:00
|
|
|
|
|
|
|
# --------------------------------------------------------------------------------------------#
|
2018-11-27 06:19:13 +01:00
|
|
|
# Eclipse-specific (https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore) #
|
2019-01-30 16:16:23 +01:00
|
|
|
----------------------------------------------------------------------------------------------#
|
2018-11-27 06:19:13 +01:00
|
|
|
*.pydevproject
|
|
|
|
.metadata
|
|
|
|
bin/**
|
|
|
|
tmp/**
|
|
|
|
tmp/**/*
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
2019-01-30 16:16:23 +01:00
|
|
|
|
2018-11-27 06:19:13 +01:00
|
|
|
# You may want to remove the sharp symbols here if you are using Maven
|
|
|
|
.project
|
|
|
|
.classpath
|
2019-01-30 16:16:23 +01:00
|
|
|
|
|
|
|
# -----------------------#
|
2018-11-27 06:19:13 +01:00
|
|
|
# External tool builders
|
2019-01-30 16:16:23 +01:00
|
|
|
# -----------------------#
|
2018-11-27 06:19:13 +01:00
|
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
|
|
.buildpath
|
2019-01-30 16:16:23 +01:00
|
|
|
|
2018-11-27 06:19:13 +01:00
|
|
|
# --------------- #
|
|
|
|
# Studio-specific #
|
|
|
|
# --------------- #
|
|
|
|
.studio/
|
|
|
|
flows/
|
|
|
|
target/
|
|
|
|
**/*.mflow
|
|
|
|
catalog/
|
|
|
|
reports/
|
|
|
|
.mule/
|