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