node_modules/ directories should not be uploaded to git repositories.
To that end, note that these lines
# exempt the /Git/node_modules/ directory
!/Git/node_modules/
are in the file so that this /Git/node_modules/ directory is tracked by Git.
TODO: Figure out why Prettier has an issue with this file. I suspect that it has to do with the face that a markdown file (this one) is in a directory with the name node_modules/.
NOTE:
info on package.json properties https://docs.npmjs.com/cli/v10/configuring-npm/package-json a good resource.
The purpose of this directory is to
This directory houses information about [name_of_the_directory_that_this_readme_file_is_in].
Resources relevant to this directory.
These will be deleted when I am done with them. If they are of use they'll be moved to Vetted Resources below. Or a relevant file/directory in this directory.
Information regarding the directories and files in this directory.
Navigate back to the parent_readme_file/ README.md
The directory_name/ README.md file.
This readme file.