diff --git a/.gitignore b/.gitignore index 830cbe2..dfb24c1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,13 +23,12 @@ dist-ssr *.sln *.sw? -pods* - lintPush.sh -test/cypress/screenshots -test/cypress/downloads -test/serve-this +/test/cypress/screenshots/ +/test/cypress/downloads/ +/test/pods/ +/test/serve-this/ # Next files and dirs are now a copy, see main/package.json scripts /main/src/config.json diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..ecacb1c --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +# empty: this file exist to make npm not look at file .gitignore \ No newline at end of file