Updated 1.1 Repo. Root (markdown)
parent
dded367f04
commit
720ed57dcc
1 changed files with 1 additions and 3 deletions
|
@ -10,11 +10,9 @@
|
|||
| `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. |
|
||||
| `.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. |
|
||||
|
||||
## Directories
|
||||
|
|
Reference in a new issue