-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (39 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
52 lines (39 loc) · 1.06 KB
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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
predictive-ai-service/node_modules
predictive-ai-service/.pnp
predictive-ai-service/.pnp.*
predictive-ai-service/.yarn/*
predictive-ai-service/!.yarn/patches
predictive-ai-service/!.yarn/plugins
predictive-ai-service/!.yarn/releases
predictive-ai-service/!.yarn/versions
# testing
/coverage
# next.js
predictive-ai-service/.next/
/out/
# production
predictive-ai-service/build
# misc
predictive-ai-service/.DS_Store
predictive-ai-service/*.pem
# debug
predictive-ai-service/npm-debug.log*
predictive-ai-service/yarn-debug.log*
predictive-ai-service/yarn-error.log*
predictive-ai-service/.pnpm-debug.log*
templatedQuestions.xlsx
~$templatedQuestions.xlsx
# env files (can opt-in for committing if needed)
predictive-ai-service/.env*
# vercel
predictive-ai-service/.vercel
#cds-hook
cds-hook/node_modules
# typescript
predictive-ai-service/*.tsbuildinfo
predictive-ai-service/next-env.d.ts
Sample_Fhir_Bundles
AliceNewman.xml
predictive-ai-service/python-backend/__pycache__