Updated 1.1. Repo. Root (markdown)
parent
5609816add
commit
fb814222c2
1 changed files with 11 additions and 11 deletions
|
@ -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 |
|
||||||
|
@ -25,4 +15,14 @@
|
||||||
| `.eslintignore` & `.eslintrc.js` | Config. files for JavaScript linting. |
|
| `.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` & `.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. |
|
Reference in a new issue