mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-05-09 04:19:06 +02:00
201edf02e4
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
65 lines
635 B
Plaintext
65 lines
635 B
Plaintext
.env
|
|
*.log
|
|
*.retry
|
|
.vagrant
|
|
tests/*redhat-subscription
|
|
tests/Dockerfile
|
|
*.iso
|
|
*.box
|
|
packer_cache
|
|
delete*
|
|
ignore*
|
|
# VSCode
|
|
.vscode
|
|
vagrant
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# DS_Store
|
|
.DS_Store
|
|
._*
|
|
|
|
# Linux Editors
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
.elc
|
|
auto-save-list
|
|
tramp
|
|
.\#*
|
|
*.swp
|
|
*.swo
|
|
rh-creds.env
|
|
travis.env
|
|
|
|
# Secret/key files
|
|
*.vault
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
*.keystore
|
|
*.jks
|
|
*.credentials
|
|
*vault_pass*
|
|
.vault_pass
|
|
|
|
# Lockdown-specific
|
|
benchparse/
|
|
*xccdf.xml
|
|
*.retry
|
|
*.pdf
|
|
*history.md
|
|
*plan.md
|
|
*qa_report*
|
|
|
|
# GitHub Action/Workflow files
|
|
.github/
|
|
|
|
# ansible-lint
|
|
.ansible/
|