diff --git a/README.md b/README.md index 06f56b4..3ea0541 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ A standardized, organized, object-oriented foundation for building high-quality The WordPress Plugin Boilerplate includes the following files: -* `README.md`. The file that you’re currently reading. +* `.gitignore`. Used to exclude certain files from the repository. * `ChangeLog.md`. The list of changes to the core project. +* `README.md`. The file that you’re currently reading. * A `plugin-name` subdirectory that contains the source code - a fully executable WordPress plugin. ## Features