4 of 6: .gitignore file in Git and Github, Syntax used to exclude files from Repository

Опубликовано: 19 Март 2026
на канале: Become a Web Developer
62
1

This tutorial/course will show you how to:
1. Use the gitignore file to exclude certain file types and folders and directories from your git or github repo.
2. Use the correct syntax, including wild cards, when excluding files and folders from a git repository.
3. How to use regular expressions in a .git ignore file.