mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Improved formatting
This commit is contained in:
parent
6375482b4e
commit
e4424d1643
@ -1,18 +1,20 @@
|
|||||||
# gitignore template for Mule projects
|
# gitignore template for Mule projects (https://github.com/github/gitignore/pull/2891/files)
|
||||||
# website: https://www.mulesoft.com/platform/enterprise-integration
|
# website: https://www.mulesoft.com/platform/enterprise-integration
|
||||||
#
|
#
|
||||||
# Recommended template: Mule.gitignore
|
# Recommended template: Mule.gitignore
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------------#
|
||||||
# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
|
# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
|
||||||
# --- #
|
---------------------------------------------------------------------------------#
|
||||||
*.class
|
*.class
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
# --- #
|
|
||||||
|
# --------------------------------------------------------------------------------------------#
|
||||||
# Eclipse-specific (https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore) #
|
# Eclipse-specific (https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore) #
|
||||||
# --- #
|
----------------------------------------------------------------------------------------------#
|
||||||
*.pydevproject
|
*.pydevproject
|
||||||
.metadata
|
.metadata
|
||||||
bin/**
|
bin/**
|
||||||
@ -25,10 +27,14 @@ tmp/**/*
|
|||||||
local.properties
|
local.properties
|
||||||
.settings/
|
.settings/
|
||||||
.loadpath
|
.loadpath
|
||||||
|
|
||||||
# You may want to remove the sharp symbols here if you are using Maven
|
# You may want to remove the sharp symbols here if you are using Maven
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
|
|
||||||
|
# -----------------------#
|
||||||
# External tool builders
|
# External tool builders
|
||||||
|
# -----------------------#
|
||||||
.externalToolBuilders/
|
.externalToolBuilders/
|
||||||
# Locally stored "Eclipse launch configurations"
|
# Locally stored "Eclipse launch configurations"
|
||||||
*.launch
|
*.launch
|
||||||
@ -36,6 +42,7 @@ local.properties
|
|||||||
.cproject
|
.cproject
|
||||||
# PDT-specific
|
# PDT-specific
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
# --------------- #
|
# --------------- #
|
||||||
# Studio-specific #
|
# Studio-specific #
|
||||||
# --------------- #
|
# --------------- #
|
||||||
|
Loading…
Reference in New Issue
Block a user