.gitignore - WordPress

This page is out of date and needs reviewing.

## Example .gitignore file for WordPress projects

web/wp-config.php

web/wp-content/*
web/wp-content/uploads/
!web/wp-content/mu-plugins/
!web/wp-content/plugins/
!web/wp-content/themes/

# Ignore OS and IDE files
.DS_Store
.idea

Last updated: