Skip to content
Snippets Groups Projects
Commit 5df073e4 authored by nimrod's avatar nimrod
Browse files

Refresh .gitignore.

parent 6a9eb0dc
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
*.py[cod] *.py[cod]
.DS_Store .DS_Store
__pycache__/ __pycache__/
__pypackages__/
.vagrant/ .vagrant/
vendor/ vendor/
Thumbs.db Thumbs.db
...@@ -42,12 +43,18 @@ dist/ ...@@ -42,12 +43,18 @@ dist/
*.tar *.tar
*.rar *.rar
*.zip *.zip
*.xz
*.pid *.pid
*.lock *.lock
*.env *.env
.bundle/ .bundle/
!Pipfile.lock !Pipfile.lock
*.crt .terraform
*.csr .terraform.*
*.key tfplan
.vault-password *.tfstate*
*.venv
reports/
Ansible/*.crt
Ansible/*.csr
Ansible/*.key
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment