mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
5 Commits
855858b02d
...
7a6d665db4
Author | SHA1 | Date | |
---|---|---|---|
|
7a6d665db4 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
a7bab37641 |
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/
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user