diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 11:03:38 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 11:03:38 +0100 |
| commit | 733cb2eae5ab77c71c24747b5652ce135bb4efe4 (patch) | |
| tree | 71b80fc7026e352c6f73a2ea064a4c7b50a27578 /.gitignore | |
| parent | 269422a158f8da80675c8b8331868be95952505c (diff) | |
| download | de-project-bentley-733cb2eae5ab77c71c24747b5652ce135bb4efe4.tar.gz de-project-bentley-733cb2eae5ab77c71c24747b5652ce135bb4efe4.zip | |
chore(gitignore): clean-up
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,10 +1,15 @@ +# Terraform *.tfstate *.tfstate.* *.tfvars *.tfvars.json .terraform.tfstate.lock.info -*.zip .terraform/ .terraform* + +# Output Files +*.zip log* + +# OS-Related Files .DS_Store |
