Files or folders that we don't want to include, should be inside
.gitignore
file. For example, if we don't want to include any .txt files, any files inside /docs directory, and also any .html files inside /dir, then the file will contain:
*.txt
/docs
/dir/*.html
by Valeri Tandilashvili
4 years ago
Git
Git & GitHub Crash Course For Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences