Skip to content

Commit

Permalink
init gateway project
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenjobs committed Sep 11, 2018
1 parent cbda3da commit 8b30f55
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions joker-plugin-gateway/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
account/
.idea/
.vertx/
boot.sh
file-uploads/
jobservice/
pojo/
test*
testmysql/
testservice1/
testservice2/
lib/
stplugin/
.DS_Store
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar

0 comments on commit 8b30f55

Please sign in to comment.