forked from GSA/fedramp-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (40 loc) · 865 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
_site
.bash_history
.history/*
.m2
.vscode
*.DS_Store
*.code-workspace
node_modules/
dist/validations
dist/web
documents/source
NOTES.md
src/validations/lib/**.jar
src/validations/report
src/validations/src/ssp.xsl
src/validations/target
utils/*.xsl
/node_modules
utils
sarif/
dist/
# Hugo Files
/docs/public
# XSpec reports (from OxygenXML XSpec use)
src/validations/test/rules/poam-result.html
src/validations/test/rules/sar-result.html
src/validations/test/rules/ssp-result.html
src/validations/test/rules/sap-result.html
# XSpec artifacts (from OxygenXML XSpec use)
src/validations/test/rules/xspec
# OxygenXML project files
*.xpr
src/validations/test/rules/rev5/ssp-result.html
src/validations/test/rules/rev4/ssp-result.html
src/validations/test/rules/rev5/poam-result.html
src/validations/test/rules/rev5/sar-result.html
/reports
/sarif
@rerun.txt
NUL