-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
executable file
·60 lines (29 loc) · 905 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*.iml
*.class
*.jar
deliveryService/\.idea/
deliveryService/target/surefire-reports/it\.unibo\.DeliveryServiceTest\.txt
deliveryService/target/maven-archiver/
deliveryService/target/surefire-reports/
*.kotlin_module
restaurantService/\.idea/
restaurantService/models/__pycache__/
restaurantService/repo/__pycache__/
restaurantService/utils/__pycache__/
restaurantService/__pycache__/
gisService/node_modules/
gisService/\.vscode/
gisService/graphhopper_directions_api\.postman_collection\.json
gisService/graphhopper_directions_api\.postman_environment\.json
restaurantService/update\.py
acme-agency/\.idea/
acme-agency/acmeat/\.idea/
acme-agency/acmeat/target/
acme-agency/acmeat-ws/\.idea/
acme-agency/acmeat-ws/target/
acme-agency/acmeat-frontend/\.idea/
acme-agency/acmeat-frontend/target/
acme-agency/common/target/
bankService/.idea/
acmeat/.idea/
bankService/target/