diff --git a/.gitea/template b/.gitea/template index c130f4f..df2be86 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1,3 +1,4 @@ .drone.yml .env.sample +.gitignore README.md diff --git a/.gitignore b/.gitignore index f249831..1c60dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /.env -/wp-content/twenty* +/wp-content/** +# Add an exception here for any custom plugins or themes to be included, e.g. +#!/wp-content/themes/${REPO_NAME_SNAKE} /data/** !/data/.gitkeep