Commit ea4ddf00 authored by nimrod's avatar nimrod
Browse files

Update .gitignore.

From the git skeleton files.
parent 31b6e46d
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
*.py[cod]
.DS_Store
__pycache__/
__pypackages__/
.vagrant/
vendor/
Thumbs.db
@@ -42,8 +43,17 @@ dist/
*.tar
*.rar
*.zip
*.xz
*.pid
*.lock
*.env
.bundle/
!Pipfile.lock
!pdm.lock
!Gemfile.lock
.terraform
.terraform.*
tfplan
*.tfstate*
*.venv
reports/