From fb814222c263ce93bdf13ad6849af049e47d25c5 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 25 Apr 2021 16:48:08 +0100 Subject: [PATCH] Updated 1.1. Repo. Root (markdown) --- 1.1.-Repo.-Root.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/1.1.-Repo.-Root.md b/1.1.-Repo.-Root.md index 099f686..4627948 100644 --- a/1.1.-Repo.-Root.md +++ b/1.1.-Repo.-Root.md @@ -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 | File Name | Description | @@ -25,4 +15,14 @@ | `.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 +| `.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. | \ No newline at end of file