Skip to content

Latest commit

 

History

History
87 lines (41 loc) · 1.63 KB

File metadata and controls

87 lines (41 loc) · 1.63 KB

Node Modules

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.


Purpose

The purpose of this directory is to

About

This directory houses information about [name_of_the_directory_that_this_readme_file_is_in].

Resources

Resources relevant to this directory.

Resources to explore

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.

Vetted Resources

Directories and Files

Information regarding the directories and files in this directory.

Navigate back to the parent_readme_file/ README.md

Directories

The directory_name/ README.md file.

Files

This readme file.