From 1a6ac360ed190368f7370fcb8adfa32e15b89f5b Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 25 Apr 2021 16:46:05 +0100 Subject: [PATCH] Created 1.2. Root Files (markdown) --- 1.2.-Root-Files.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 1.2.-Root-Files.md diff --git a/1.2.-Root-Files.md b/1.2.-Root-Files.md new file mode 100644 index 0000000..de623de --- /dev/null +++ b/1.2.-Root-Files.md @@ -0,0 +1,16 @@ +| File Name | Description | +|------|-------------| +| `CHANGELOG.md` | The full project changelog. | +| `CODE_OF_CONDUCT.md` | The project CoC. | +| `composer.json` & `composer.lock` | Declares Composer dependencies and scripts. | +| `CONTRIBUTING.md` | A guide to contributing to the project. | +| `LICENSE` | The license under which the project is released. | +| `package.json` & `package-lock.json` | Declares NPM dependencies and scripts. | +| `README.md` | Provides an overview of the project. | +| `SECURITY.md` | Provides guidance on reporting security-related issues. | +| `wpml-config.xml` | Used by the [WPML Plugin](https://wpml.org/documentation/support/language-configuration-files/) for translation. | +| `.distignore` | Lists files to ignore when building the Plugin for distribution (@todo this is not currently used). | +| `.eslintignore` & `.eslintrc.js` | Config. files for JavaScript linting. | +| `.gitignore` | Lists files to exclude from Git version control. | +| `.prettierignore` & `.prettierrc` | Config. files for JavaScript formatting. | +| `.stylelintignore` & `.stylelinttc.json` | Config. files for stylesheet linting. | \ No newline at end of file