generated from nhs-england-tools/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
70 lines (52 loc) · 1.04 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
68
69
70
# WARNING: Please, DO NOT edit this section of the file! It is maintained in the repository template.
.scannerwork
*cloc*report*.json
*sbom*report*.json
*vulnerabilities*report*.json
*report*json.zip
.version
*.code-workspace
!project.code-workspace
# Please, add your custom content below!
# keys
*.pfx
*.pem
*.key
# Text Editors
.vscode/*
!.vscode/tasks.json
_ReSharper.*/
*/*/.idea/*
# Azurite
__azurite*
__blobstorage__
__queuestorage__
# Tests
TestResults
# Builds
bin
obj
OutputDirectory
# Mac
.DS_Store
# User Settings
local.settings.json
# Docker
.env
# sample data
application/CohortManager/SampleData/
*.csv
*.parquet
!tests/UnitTests/CaasIntegrationTests/receiveCaasFileTest/*.parquet
# csv to sql statement scripts
bs_select_gp_practice_lpk.txt
current_posting.txt
select_outcode_mapping_lkp_output.txt
# Python
*.pyc
recreate_local_settings.sh
.history
application/CohortManager/Set-up/SampleData/CaaSSchema02.json
infrastructure/.terraform.lock.hcl
infrastructure/tf-core/.terraform.lock.hcl
infrastructure/tf-audit/.terraform.lock.hcl