-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
34 lines (34 loc) · 907 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.DS_Store
.iml
.gitignore
.idea/
.editorconfig
disconf/
/target/
common-infra/target/**
common-advanced/target/**
envoy-infra/target/**
envoy-advanced/target/**
nce-gdashboard-backend/target/**
nce-gdashboard-frontend/dist/node_modules/**
nce-gdashboard-frontend/dist/src/assets/**
nce-gdashboard-frontend/tools/bower_components/**
nce-gdashboard-frontend/tools/node_modules/**
nce-gdashboard-backend/src/main/resources/public/
/nce-gateway-api/nce-gateway-api.iml
/nce-gdashboard-backend/nce-gdashboard-backend.iml
/nce-gdashboard-parent.iml
.project
.settings/
nce-gateway-api/.classpath
nce-gateway-api/.project
nce-gateway-api/.settings/
nce-gateway-api/bin/
nce-gdashboard-backend/.classpath
nce-gdashboard-backend/.project
nce-gdashboard-backend/.settings/
nce-gdashboard-backend/nce-gdashboard/
nce-gdashboard/logs/**
/gateway-portal/gateway-portal.iml
/common-advanced/target/
/common-infra/target/