diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fde1386 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +**/node_modules/ +**/package-lock.json +**/package.json +**/webpack.config.js \ No newline at end of file diff --git a/integration/.htaccess b/integration/.htaccess new file mode 100644 index 0000000..da6b9aa --- /dev/null +++ b/integration/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule ^(dummy-plugin|dummy-theme|dummy-generic) - [F] \ No newline at end of file