From 9dd7486228ebce45a764810aa5ba599391b1cbdc Mon Sep 17 00:00:00 2001 From: Aaron Rueth Date: Fri, 29 Mar 2024 14:33:37 -0700 Subject: [PATCH] Organized .gitignore file (#426) --- .gitignore | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 758fdd718..0d99ffa4d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,12 +12,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -terraform.tfvars -terraform.tfstate* -.terraform* -__pycache__/ +## Archives +**/*.tar +**/*.tar.gz +**/*.zip + +# Directories bin/ deploy/ + +# IDEs .idea/ -## ignore all zips -**/*.zip + +# Python +__pycache__/ + +# Terraform +.terraform* +terraform.tfstate* +terraform.tfvars +tfplan