-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (52 loc) · 870 Bytes
/
.gitignore
File metadata and controls
53 lines (52 loc) · 870 Bytes
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
.env
*.log
**/build/
**/dist/
**/newman/
**/public/
**/coverage/
**/node_modules/
packages/e2e-tests/pact/
packages/e2e-tests/postman/
.#*
__pycache__/
.envrc
envrc.ps1
.idea
./sign/
*.key
packages/coordinator/tests/debug/__snapshots__
prescriptions-*.txt
packages/tool/templates/*
packages/tool/static/*
venv
.DS_Store
junit.xml
release_notes
/ecs-*.yml
epsat.release
api.release
/manifest_template.yml
packages/tool/site/client/src/models
packages/tool/site/client/static/examples
.venv
.aws-sam
cfn_guard_output/
cdk.out
nhsd-rules-deny.txt
_site/
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
.cfn_guard_out/
.trivy_out/
.coverage
.pytest_cache
.dependencies
# Fhir Schema Generation
packages/fhir-schema-generation/.output
packages/fhir-schema-generation/**/*.d.ts
packages/fhir-schema-generation/**/*.js
!packages/fhir-schema-generation/**/*.config.js
.sbom/