diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 15:06:52 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 15:06:52 +0100 |
| commit | 501e450e23b6ecd09029b5c1dae1e24373807bb6 (patch) | |
| tree | cfb208e1346e99752742d6c8381e4beb11f6db3b /.gitignore | |
| parent | 65e899353bb71be9a087c5738e6b3c2abdda87e4 (diff) | |
| parent | 5284027a3a7d90353b096f7deddaab63cc95bfc9 (diff) | |
| download | de-project-bentley-501e450e23b6ecd09029b5c1dae1e24373807bb6.tar.gz de-project-bentley-501e450e23b6ecd09029b5c1dae1e24373807bb6.zip | |
Merge remote-tracking branch 'refs/remotes/origin/feature/ci-tests' into feature/ci-tests
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd44594 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Terraform +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +.terraform.tfstate.lock.info +.terraform/ +.terraform* + +# Output Files +*.zip +log* + +# OS-Related Files +.DS_Store |
