mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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.
This commit is contained in:
parent
4488915eec
commit
ce4135b09b
48
community/MuleSoft.gitignore
Normal file
48
community/MuleSoft.gitignore
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user