Skip to content

Commit

Permalink
Merge pull request #7 from ansible-lockdown/devel
Browse files Browse the repository at this point in the history
Initial Release
  • Loading branch information
georgenalen authored Nov 5, 2020
2 parents a85799a + 1713d32 commit 25d925c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .github/.DS_Store
Binary file not shown.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.env
*.log
*.retry
.vagrant
tests/*redhat-subscription
tests/Dockerfile
*.iso
*.box
packer_cache
delete*
ignore*
# VSCode
.vscode

# 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

# Lockdown-specific
benchparse/
*xccdf.xml
*.retry

# GitHub Action/Workflow files
.github/

0 comments on commit 25d925c

Please sign in to comment.