mirror of
https://github.com/github/gitignore.git
synced 2025-04-12 23:59:01 +08:00
Merge e4424d164364b4bf76e58239fa85f5e08298a219 into 86d1826a9f3daf4744e7229a26187f81c081744c
This commit is contained in:
commit
98ef347d95
55
community/Mule.gitignore
Normal file
55
community/Mule.gitignore
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# 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/**
|
||||||
|
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/
|
Loading…
x
Reference in New Issue
Block a user