Skip to content

Commit

Permalink
expand key points
Browse files Browse the repository at this point in the history
  • Loading branch information
erinmgraham committed Nov 3, 2024
1 parent 98cd1a3 commit 251fcce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/06-ignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ You want to keep them but you do not want to track them through `git`.

:::::::::::::::::::::::::::::::::::::::: keypoints

- The `.gitignore` file tells Git what files to ignore.
- The .gitignore file is a text file that tells Git which files to track and which to ignore in the repository.
- You can list specific files or folders to be ignored by Git, or you can include files that would normally be ignored.

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down

0 comments on commit 251fcce

Please sign in to comment.