Skip to content

Commit

Permalink
feat: Ignoring new file types
Browse files Browse the repository at this point in the history
  • Loading branch information
Halimer committed Nov 24, 2023
1 parent cf19666 commit 18f4707
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
**/*.tfstate*
**/*.out
**/.terraform/*
**/.terraform.*
**/.DS_Store
**/crash.log
**/.csv
*.pem
**/terraform.tfvars
**/terraform_*.tfvars
**/vars_*.tfvars
test/**
*.csv
*.xlsx
*.html
**/*.tfstate*
**/*.out
**/.terraform/*
**/.terraform.*
**/.DS_Store
**/crash.log
**/.csv
*.pem
**/terraform.tfvars
**/terraform_*.tfvars
**/vars_*.tfvars
test/**
*.csv
*.xlsx
*.html
**/creds/**
**/tfvars/**
**/scripts/**/*.json
**/scripts/**/*.pkl

0 comments on commit 18f4707

Please sign in to comment.