diff --git a/.gitignore b/.gitignore index 8afbfe6..9948639 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules test_ops/data .dev.vars wrangler.toml +build diff --git a/.npmignore b/.npmignore index 1e107f5..b3cb953 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,7 @@ examples +node_modules +.wrangler +.env +test_ops/data +.dev.vars +wrangler.toml \ No newline at end of file