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