How Do I Add Files To Gitignore?

If you want to ignore a file that you’ve committed in the past, you’ll need to delete the file from your repository and then add a . gitignore rule for it. Using the –cached option with git rm means that the file will be deleted from your repository, but will remain in your working directory as an ignored file.

Git Tutorial 8 - .gitignore file

This git tutorial covers the purpose of .

#12 GITIGNORE

Membahas mengenai

Learning GitHub - .gitignore Files

This is the second video in the series on Learning GitHub. This video covers what .