Updated 1.1 Repo. Root (markdown)

Ben Goldsworthy 2021-04-25 21:44:54 +01:00
parent dded367f04
commit 720ed57dcc

@ -10,11 +10,9 @@
| `package.json` & `package-lock.json` | Declares NPM dependencies and scripts. | | `package.json` & `package-lock.json` | Declares NPM dependencies and scripts. |
| `README.md` | Provides an overview of the project. | | `README.md` | Provides an overview of the project. |
| `SECURITY.md` | Provides guidance on reporting security-related issues. | | `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). | | `.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. | | `.gitignore` | Lists files to exclude from Git version control. |
| `.prettierignore` & `.prettierrc` | Config. files for JavaScript formatting. | | `.prettierignore` | A list of files to ignore when formatting JavaScript (@todo move this into `package.json` [when possible](https://github.com/prettier/prettier/issues/3460)). |
| `.stylelintignore` & `.stylelinttc.json` | Config. files for stylesheet linting. | | `.stylelintignore` & `.stylelinttc.json` | Config. files for stylesheet linting. |
## Directories ## Directories