It is a .gitignore
for WordPress based project.
It is ignoring following.
- WordPress core
- Default themes
- Default plugins
- Upload files
- Files which will be generated by WordPress or plugins
The default ``.gitignore` for WordPress of the VCCW is following.
https://github.com/github/gitignore/blob/master/WordPress.gitignore
This project is the fork of the above to ignore WordPress core and commit upload files.