From e1a3f515ada9f03810e5e395e3c2ce25f3ab7843 Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Thu, 5 Dec 2024 16:31:49 -0800 Subject: [PATCH] removed .idea --- .gitignore | 1 + README.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e24cf86..ab8b9e0 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ /terraform/.terraform/ +.idea/ diff --git a/README.md b/README.md index 34f8026..77fb21f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,4 @@ is setup correctly with poetry. TODO: install the project as a module with poetry build and pip or poetry install from the dist dir whl file. -TODO: Variable for bash script in main.tf for project and package name etc - -Also note that the dealy in deployment during the time the EC2 instance is up is caused by the time it takes to clone the github repo. +Also note that the delay in deployment during the time the EC2 instance is up is caused by the time it takes to clone the github repo.