Search code examples
gitgitignore

How to gitignore all .md files


When I go to upload project, or update it on github, from git, I want to hide specific file type, all files of that kind of file, such as notes, .md files.


Solution

  • Add the rule to .gitignore

    *.md