diff --git a/.gitignore b/.gitignore index 71b423d4..86dc54eb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules dist coverage +.worktrees \ No newline at end of file diff --git a/.npmignore b/.npmignore index 878432cd..a843054e 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,10 @@ package-lock.json coverage examples docs/**/* -!docs/docs/**/*.md \ No newline at end of file +!docs/docs/**/*.md +worker_tmp.js +playground.* +output.txt +tsconfig.json +eslint.config.js +.editorconfig \ No newline at end of file