Skip to content

Commit 9c42b8d

Browse files
authored
Merge pull request #441 from knarrff/gitignore_not_only_project_root
14-collaboration-using-git.md: .gitignore not only project root
2 parents 9a2ca45 + 8ed3080 commit 9c42b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/14-collaboration-using-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ You do, however, want to share `requirements.txt` with your team
158158
as this file can be used to replicate the virtual environment on your collaborators' systems.
159159

160160
To tell Git to intentionally ignore and not track certain files and directories,
161-
you need to specify them in the `.gitignore` text file in the project root.
161+
you need to specify them in the `.gitignore` text file. A common place to put this file is in the project root.
162162
Our project already has `.gitignore`,
163163
but in cases where you do not have it -
164164
you can simply create it yourself.

0 commit comments

Comments
 (0)