diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad6a7b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore everything in the root except the "wp-content" directory. +!.gitignore +!wp-content/ + +# Ignore everything in the "wp-content" directory, except the "plugins" and "themes" directories. +wp-content/* +!wp-content/plugins/ +!wp-content/themes/