diff options
| author | Alex <git@ajschof.me> | 2024-08-15 19:50:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 19:50:09 +0100 |
| commit | 83a05489bd5ec56f51ede83f52f8babcaa7eef70 (patch) | |
| tree | a690741aac60485522a578b655e7b32418172f44 /.gitignore | |
| parent | cf23d5d0a217ba91b50aebc0261ae6fa064bfcd4 (diff) | |
| parent | fc8e61c0e58df57195c6a33852a0a17ba34322c6 (diff) | |
| download | de-project-bentley-83a05489bd5ec56f51ede83f52f8babcaa7eef70.tar.gz de-project-bentley-83a05489bd5ec56f51ede83f52f8babcaa7eef70.zip | |
Merge pull request #41 from ajschofield/feature/ci-tests
pr: github action update
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,14 +1,16 @@ +# Terraform *.tfstate *.tfstate.* *.tfvars *.tfvars.json .terraform.tfstate.lock.info -*.zip .terraform/ .terraform* -log* -.DS_Store -venv -.env +# Output Files +*.zip +log* __pycache__/ + +# OS-Related Files +.DS_Store |
