Updated 1.1. Repo. Root (markdown)

Ben Goldsworthy 2021-04-25 16:48:08 +01:00
parent 5609816add
commit fb814222c2

@ -1,13 +1,3 @@
# Repo. Root Directories
| Dir. Name | Description |
|------|-------------|
| `assets/` | Files to be stored in the [`assets/` directory](https://plugins.svn.wordpress.org/footnotes/assets/) on the SVN repo. (e.g., screenshots for the Plugin information page). |
| `docs/` | Automatically-generated documentation files. |
| `src/` | The source code for the Plugin itself. |
| `_tools/` | Useful Bash scripts (@todo this should eventually be merged with `.github/workflows/`). |
| `.github/` | GitHub Actions workflows and Issue templates. |
# Repo. Root Files # Repo. Root Files
| File Name | Description | | File Name | Description |
@ -26,3 +16,13 @@
| `.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` & `.prettierrc` | Config. files for JavaScript formatting. |
| `.stylelintignore` & `.stylelinttc.json` | Config. files for stylesheet linting. | | `.stylelintignore` & `.stylelinttc.json` | Config. files for stylesheet linting. |
# Repo. Root Directories
| Dir. Name | Description |
|------|-------------|
| `assets/` | Files to be stored in the [`assets/` directory](https://plugins.svn.wordpress.org/footnotes/assets/) on the SVN repo. (e.g., screenshots for the Plugin information page). |
| `docs/` | Automatically-generated documentation files. |
| `src/` | The source code for the Plugin itself. |
| `_tools/` | Useful Bash scripts (@todo this should eventually be merged with `.github/workflows/`). |
| `.github/` | GitHub Actions workflows and Issue templates. |