From 05d613c9ad5ee2dca2c3da58ae5a8b822d78fa8a Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 4 Feb 2025 16:52:54 -0700 Subject: [PATCH] chore: update .gitignore to exclude /prds directory --- .gitignore | 4 +++- cli/.gitignore | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b162d40c..04a675ccd 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,6 @@ Cargo.lock # Node.js dependencies node_modules/ -.secrets \ No newline at end of file +.secrets + +/prds \ No newline at end of file diff --git a/cli/.gitignore b/cli/.gitignore index 3be7153a3..6566ae633 100644 --- a/cli/.gitignore +++ b/cli/.gitignore @@ -16,4 +16,4 @@ Cargo.lock Makefile .vscode/ -/prd \ No newline at end of file +/prds \ No newline at end of file