diff --git a/.gitignore b/.gitignore index 61bfbf58..6248bf57 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ web/* !web/wp-config.php !web/wp-content/ web/wp-content/* +!web/wp-content/cache !web/wp-content/mu-plugins/ web/wp-content/mu-plugins/* !web/wp-content/mu-plugins/custom diff --git a/web/wp-content/cache b/web/wp-content/cache new file mode 120000 index 00000000..29c104b8 --- /dev/null +++ b/web/wp-content/cache @@ -0,0 +1 @@ +uploads/cache \ No newline at end of file