Skip to content

Commit

Permalink
chore: Ignore *.tfvars files in datasets folder (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlersantos committed Sep 28, 2021
1 parent f307cce commit ca5f2f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -26,6 +26,7 @@ tmp
.staging
.prod

# ignore nested Pipfiles and JSON files
# ignore nested Pipfiles, JSON, and tfvars files
/datasets/**/Pipfile
/datasets/**/*.json
/datasets/**/*.tfvars

0 comments on commit ca5f2f8

Please sign in to comment.