Skip to content

Commit

Permalink
fix: add terraform to project gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nvernooy committed Jun 23, 2023
1 parent 3aac541 commit 344b1b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ env
# vs code
.vscode/
.history/

# terraform files
**/.terraform/*
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json

0 comments on commit 344b1b3

Please # to comment.