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