From 75ac556a059270773bb816e57103670637d88250 Mon Sep 17 00:00:00 2001 From: Marko Malenic Date: Mon, 4 Sep 2023 08:30:41 +1000 Subject: [PATCH] build: update .gitignore --- .gitignore | 4 ++++ deploy/.gitignore | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 73fab07..53c6643 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +*.code-workspace +.vscode +.idea diff --git a/deploy/.gitignore b/deploy/.gitignore index a633556..1b60dba 100644 --- a/deploy/.gitignore +++ b/deploy/.gitignore @@ -5,3 +5,5 @@ node_modules # CDK asset staging directory .cdk.staging cdk.out + +.build