1 Star 0 Fork 21

jo-y / Gravitee-API-Gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Gravitee.io Bot 提交于 2021-03-12 00:43 . 3.7.0
!.gitignore
build/
target/
.idea/
.DS_Store
*.iml
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Node
node_modules/
admin/console/dist
# Eclipse
.settings/
.classpath
.project
gravitee-gateway-standalone/gravitee-gateway-standalone-distribution/src/main/resources/plugins/*
gravitee-gateway-standalone/gravitee-gateway-standalone-distribution/src/main/resources/logs/*
gravitee-gateway-standalone/gravitee-gateway-standalone-distribution/src/main/resources/metrics/*
# -- Cicd : Git ignore the [.circleci/**/*] which contains
# files which do not need to be commited (password to artifactory)
.circleci/**/*
# -- Cicd : Do not git ignore the [!./.circleci/config.yml] which contains
# the pipeline definition
!./.circleci/config.yml
# -- Cicd : Git ignore the [gpg.script.snippet.sh] which contains
# secrets (password to artifactory)
gpg.script.snippet.sh
# -- Cicd : The [graviteebot.gpg.priv.key] file contains secrets
# which should not be commited
graviteebot.gpg.priv.key
# -- Cicd : The [.secrethub.credential] file contains secrets
# which should not be commited
graviteebot.gpg.pub.key
# -- Cicd : The [.secrets.json] file contains secrets
# which should not be commited
.secrets.json
1
https://gitee.com/jo_y/Gravitee-API-Gateway.git
git@gitee.com:jo_y/Gravitee-API-Gateway.git
jo_y
Gravitee-API-Gateway
Gravitee-API-Gateway
master

搜索帮助