# Ignore composer generated files and directories
composer.lock
vendor
public/wp
public/content/plugins/*
public/content/themes/*
public/content/mu-plugins/*
node_modules
*.iml
.idea

# Ignore configuration files, etc.
/.env
/local/
/memcached.php

# Keep necessary files from the content folder
!public/content/plugins/index.php
!public/content/themes/index.php
!public/content/mu-plugins/index.php
!public/content/mu-plugins/register-theme-directory.php

# Ignore the local config
public/local-config.php

# Ignore uploads
public/content/uploads

# In case we need to download project files, they would go to wp-root
wp-root*

# If you have a plugin, theme, or mu-plugin that you really do want to put into
# version control, add an exception here. Exceptions will look like this:
#   !public/content/plugins/plugin-folder