From f57f9e028cefadc66927e89823c49c955faff3ff Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 5 Jul 2023 19:00:12 +0100 Subject: [PATCH] Moved github actions folder --- .../.github => .github}/workflows/deploy_terraform.yml | 0 .gitignore | 3 +++ 2 files changed, 3 insertions(+) rename {infrastructure/terraform/.github => .github}/workflows/deploy_terraform.yml (100%) diff --git a/infrastructure/terraform/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml similarity index 100% rename from infrastructure/terraform/.github/workflows/deploy_terraform.yml rename to .github/workflows/deploy_terraform.yml diff --git a/.gitignore b/.gitignore index 93f6d970..8dda282d 100644 --- a/.gitignore +++ b/.gitignore @@ -239,3 +239,6 @@ fabric.properties # Locally stored data /model_data/local_data/* + +*.DS_Store +infrastructure/terraform/.terraform*