forked from apache/shenyu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix: build] fix maven ignore and docker entrypoint (apache#1964)
- Loading branch information
Showing
2 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
# maven ignore | ||
target/ | ||
*.class | ||
*.jar | ||
*.war | ||
*.ear | ||
*.zip | ||
*.tar | ||
*.tar.gz | ||
dependency-reduced-pom.xml | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
*~ | ||
# maven plugin ignore | ||
release.properties | ||
cobertura.ser | ||
*.gpg | ||
|
||
# eclipse ignore | ||
.settings | ||
.settings/ | ||
.project | ||
.classpath | ||
.tomcatplugin | ||
logPath_IS_UNDEFINED | ||
*.gz | ||
disconf | ||
dist | ||
logs | ||
|
||
# idea ignore | ||
.idea | ||
.idea/ | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# maven ignore | ||
target | ||
|
||
# other ignore | ||
# temp ignore | ||
logs/ | ||
*.log | ||
*.doc | ||
*.cache | ||
*.diff | ||
*.patch | ||
*.tmp | ||
|
||
# system ignore | ||
.DS_Store | ||
Thumbs.db | ||
*.DS_Store | ||
.factorypath | ||
|
||
# agent build ignore | ||
/agent/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters