added .gitignore file
This commit is contained in:
parent
c2a175c209
commit
7d0c06b86c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.vscode
|
15
api-gateway/.vscode/launch.json
vendored
15
api-gateway/.vscode/launch.json
vendored
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "java",
|
|
||||||
"name": "Debug App",
|
|
||||||
"request": "launch",
|
|
||||||
"mainClass": "com.egommerce.apigateway.Bootstrap",
|
|
||||||
"projectName": "api-gateway"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
4
api-gateway/.vscode/settings.json
vendored
4
api-gateway/.vscode/settings.json
vendored
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"java.configuration.updateBuildConfiguration": "interactive",
|
|
||||||
"maven.view": "hierarchical"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user