-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (57 loc) · 1.24 KB
/
.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
59
60
61
62
63
64
65
66
67
Web-Scrapping/node_modules
Web-Scrapping/dist
Web-Scrapping/pnpm-lock.yaml
# Proxy service
proxy/node_modules
proxy/dist
proxy/pnpm-lock.yaml
proxy/.env
# Medicine_Service
Medicine_Service/node_modules
Medicine_Service/dist
Medicine_Service/pnpm-lock.yaml
Medicine_Service/.env
# Auth_Service
Auth_Service/node_modules
Auth_Service/dist
Auth_Service/token.json
Auth_Service/pnpm-lock.yaml
Auth_Service/.env
# Patient_Service
Patient_Service/node_modules
Patient_Service/dist
Patient_Service/pnpm-lock.yaml
Patient_Service/.env
# Doctor_Service
Doctor_Service/node_modules
Doctor_Service/dist
Doctor_Service/pnpm-lock.yaml
Doctor_Service/.env
# Appointment_Service
Appointment_Service/node_modules
Appointment_Service/dist
Appointment_Service/pnpm-lock.yaml
Appointment_Service/.env
# frontend
frontend/logs
frontend/*.log
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/pnpm-debug.log*
frontend/lerna-debug.log*
frontend/node_modules
frontend/dist
frontend/dist-ssr
frontend/*.local
frontend/# Editor directories and files
frontend/.vscode/*
frontend/!.vscode/extensions.json
frontend/.idea
frontend/.DS_Store
frontend/*.suo
frontend/*.ntvs*
frontend/*.njsproj
frontend/*.sln
frontend/*.sw?
Medicine_Service/node_modules