I am having trouble with how to create the initial file within the git-repo-management directory, labeled “.gitignore”. Some guidance would be great. Thank you!
###GIT
I am having trouble with how to create the initial file within the git-repo-management directory, labeled “.gitignore”. Some guidance would be great. Thank you!
###GIT
There are several different ways to create a file in your project from VSCode:
OR
touch
commend. Make sure you are in the root folder of the project, and type touch .gitignore
in the command line. You should see your new file appear.OR
Let us know which approach you end up using.
Jesse