api-gateway/.dockerignore

20 lines
237 B
Plaintext
Raw Permalink Normal View History

2022-11-11 05:05:26 +01:00
apigw/target/**
apigw/.gitignore
### IntelliJ IDEA ###
apigw/.idea
apigw/*.iws
apigw/*.iml
apigw/*.ipr
### NetBeans ###
apigw/nbproject/
apigw/nbbuild/
apigw/dist/
apigw/nbdist/
apigw/.nb-gradle/
apigw/build/
### VS Code ###
.vscode/