Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 31805b4

Browse files
committed
add sentence explaining why gitignore
1 parent a028224 commit 31805b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses/04b_add-gitignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Additionally, the `.gitignore` file can, and should, be committed into your repo
1010

1111
## Step 5: Ignore files
1212

13-
In this pull request, I'm adding a `.gitignore` file. Files ending with `.env` commonly include sensitive data. Let's add those files to the `.gitignore`.
13+
In this pull request, I'm adding a `.gitignore` file. Files ending with `.env` commonly include sensitive data. This helps you keep files with sensitive data secure and private. Let's add those files to the `.gitignore`.
1414

1515
### :keyboard: Activity: Updating the .gitignore file
1616

0 commit comments

Comments
 (0)