generated from NHSDigital/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (51 loc) · 1.05 KB
/
.gitignore
File metadata and controls
64 lines (51 loc) · 1.05 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
53
54
55
56
57
58
59
60
61
62
63
64
# 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!
*terraform.lock.hcl
.tmp/
.venv/
.ruff_cache/
.DS_Store
*.pyc
__pycache__/
*.egg-info/
.pytest_cache/
.poetry/
build/
.coverage
*.log
.env
coverage-*.xml
# all .idea folders
.idea/
# Test specific
tests/**/report*/*
tests/*/downloads/*
tests/**/parameter_files/*
tests/*/*allure-reports/*
tests/*/*allure-results/*
tests/**/config.yaml
tests/**/*.log
tests/performance/**/*.jtl
tests/performance/**/*.csv
tests/performance/**/*.pfx
tests/**/.env
scans/*
# vscode settings
.vscode
# Local Jira story cache
requirements/user-stories/backlog/jira/
# Local secrets (do not commit)
scripts/nfr/confluence_secrets.sh
scripts/nfr/confluence_env.sh
# NFR Maintenance UI
services/nfrs-maintenance/node_modules/
# Generated NFR documentation (rebuilt from YAML/scripts)
docs/nfrs/