diff --git a/ketcher-autotests/.eslintignore b/ketcher-autotests/.eslintignore index 5bca0c58fa..f0e5d84a56 100644 --- a/ketcher-autotests/.eslintignore +++ b/ketcher-autotests/.eslintignore @@ -1,4 +1,5 @@ node_modules/ playwright-report/ test-results/ -tests/utils/ \ No newline at end of file +tests/utils/ +build/ \ No newline at end of file diff --git a/ketcher-autotests/.prettierignore b/ketcher-autotests/.prettierignore index e69de29bb2..d16386367f 100644 --- a/ketcher-autotests/.prettierignore +++ b/ketcher-autotests/.prettierignore @@ -0,0 +1 @@ +build/ \ No newline at end of file