From 00a89aca1c07c8e5e2c282eb0271adc77e701130 Mon Sep 17 00:00:00 2001 From: William Grant Date: Thu, 17 Aug 2023 13:42:09 +1000 Subject: [PATCH] added .vscrof folder to gitignore --- .eslintignore | 3 ++- .gitignore | 1 + .prettierignore | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index a10b486c8..da77f07f0 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,7 @@ mnemonic_languages/** # editor .vscode/** +.vscrof/** # TypeScript generated files ts/**/*.js @@ -12,4 +13,4 @@ ts/**/*.js preload.js stylesheets/dist/ compiled.d.ts -.eslintrc.js \ No newline at end of file +.eslintrc.js diff --git a/.gitignore b/.gitignore index 5f5adfd1e..a57cb1a51 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ yarn-error.log # editor .vscode/ +.vscrof/ playwright.config.js diff --git a/.prettierignore b/.prettierignore index 1319d4b6f..6a865d97f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -18,6 +18,7 @@ ts/test/automation/notes node_modules/** mnemonic_languages/** .vscode/ +.vscrof/ # Managed by package manager (`yarn`/`npm`): /package.json