加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Florent CHAMFROY 提交于 2024-04-05 09:47 . chore: replace npm by yarn
!.gitignore
**/target/
.idea/
*.iml
.DS_Store
.*.settings.xml
gravitee.*.log.*/*.log
**/.logs
# eclipse
.settings/
.project
.classpath
/bin/
# Related to UI Console and Portal
**/.tmp/
**/coverage/
**/dist/
**/dist-tsc/
**/node_modules/
**/npm-debug.log
gravitee-**-webui/node/
**/.settings
**/report.*.json
**/.vscode
**/storybook-static
**/.angular
# used in makefile as working directory
.working/
# used in makefile for docker-compose quick setups
docker/quick-setup/**/.data
docker/quick-setup/**/.certificates
docker/quick-setup/**/.plugins
docker/quick-setup/**/.license
docker/quick-setup/**/.driver
# used by helm charts
helm/**/*.tgz
# 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
# Cypress
gravitee-apim-e2e/ui-test/videos/
gravitee-apim-e2e/ui-test/screenshots/
# Deepcode (Snyk Code) cache
**/.dccache
# Exclude flattened version of the pom, for details see https://maven.apache.org/maven-ci-friendly.html#install-deploy
.flattened-pom.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化