Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 328 Bytes

gitignore.md

File metadata and controls

15 lines (8 loc) · 328 Bytes

.gitignore

When you want github to ignore some type of file, use a .gitignore file.

Why ignore a file?

  • Sometimes when
  • Github works best when tracking plaintext files. It will still save
  • Put sensitive things on the repository's folder without being exposed to the public internet.

next