Include .gitignore to prevent tracking of environment files and node modules. This helps in keeping the repository clean and secure by excluding unnecessary and sensitive files.
3 lines
20 B
Plaintext
3 lines
20 B
Plaintext
.env
|
|
/node_modules/
|