We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e24b51 commit 12a361dCopy full SHA for 12a361d
GitIngore-Configuration.md
@@ -5,6 +5,6 @@ The `.gitignore` file allows you to include file to it that you do not want to c
5
## Useful files to include in the `.gitingore`
6
7
```
8
-.env
9
-node_modules/
+.env # environment variables
+node_modules/ # application packages can be re-install using `npm install` so no need to include them to the repository
10
0 commit comments