mirror of
https://github.com/github/gitignore.git
synced 2025-04-05 03:39:01 +08:00
Merge a7bab376410739fa07580b3bce448cffc92c333f into 86d1826a9f3daf4744e7229a26187f81c081744c
This commit is contained in:
commit
293fa0d12e
49
MuleSoft.gitignore
Normal file
49
MuleSoft.gitignore
Normal file
@ -0,0 +1,49 @@
|
||||
# ------------------------------------------------------------------------------ #
|
||||
# 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
|
||||
|
||||
# --------------- #
|
||||
# MuleSoft Studio-specific (https://docs.mulesoft.com/studio/7.14/)#
|
||||
# --------------- #
|
||||
target/
|
||||
.mule/**
|
||||
.mule/**/*
|
||||
.DS_Store
|
||||
velocity.log
|
||||
bin/
|
Loading…
x
Reference in New Issue
Block a user