Skip to content

Commit 12a361d

Browse files
authored
Update GitIngore-Configuration.md
1 parent 8e24b51 commit 12a361d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GitIngore-Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ The `.gitignore` file allows you to include file to it that you do not want to c
55
## Useful files to include in the `.gitingore`
66

77
```
8-
.env
9-
node_modules/
8+
.env # environment variables
9+
node_modules/ # application packages can be re-install using `npm install` so no need to include them to the repository
1010
```

0 commit comments

Comments
 (0)