forked from GSA/fedramp-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (30 loc) · 768 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
_site
.bash_history
.history/*
.m2
.vscode
*.DS_Store
*.code-workspace
dist/validations
dist/web
documents/source
NOTES.md
src/validations/lib/**.jar
src/validations/report
src/validations/src/ssp.xsl
src/validations/target
utils
/node_modules
# 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