Skip to content

Commit

Permalink
chore: update example gitignore (#13)
Browse files Browse the repository at this point in the history
- The `files` directory is created automatically, no need to .gitkeep
it.
- The `.env` file is not used anymore.
- Improve gitignore file.
  • Loading branch information
jooola authored Jun 27, 2024
1 parent 5cbeb17 commit 3e82d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.terraform/
terraform.tfstate
terraform.tfstate.backup
terraform.tfstate*
*.auto.tfvars

files/*
!files/.gitkeep

.env
files/
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ port-forward:
bash files/registry-port-forward.sh

clean:
rm -Rf files/* .terraform/ terraform.tfstate* env.auto.tfvars
rm -Rf files/ .terraform/ terraform.tfstate* env.auto.tfvars

0 comments on commit 3e82d9b

Please sign in to comment.