-
Notifications
You must be signed in to change notification settings - Fork 182
/
.gitignore
59 lines (50 loc) · 1009 Bytes
/
.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
# Proprietary files not to be propagated
vault
# IDE files
*.xpr
/OSCAL-dev.xpr
.vscode
.DS_Store
# Working files
scratch
wendell
backup*
working/
__pycache__
xspec/
# test reports
testing/*.html
testing/**/*.html
*-report.html
*-result.html
## Production outputs
## ==================
pub/
target/
/archive
/roundtrip
/svrl
# Generated by scripts
.metaschema-cache
# generated by Hugo
/docs/.hugo_build.lock
# generated by /build/metaschema/unit-testing/run-tests.sh
/metaschema/unit-testing
# generated by /build/ci-cd/generate-model-documentation.sh
/docs/layouts/partials/generated
# generated by Hugo
/docs/resources
/docs/public
/docs/.hugo_build.lock
# generated by NodeJS
/docs/node_modules
# generated by /build/ci-cd/generate-specification-documentation.sh
/docs/content/documentation/processing/profile-resolution.html
#
node_modules/
# Files build by CI/CD
/docs/content/documentation/specification/processing/profile-resolution.html
/docs/scratch-dir
/.skipbuild
/.runbuild
/summary.csv