Update the .gitignore file to also ignore all .env files. This ensures that sensitive environment-specific variables are not exposed or accidentally committed to the repository, contributing to enhanced security.
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
/node_modules/
|
|
/drizzle/
|
|
/dist/
|
|
.backup.zip
|
|
.temp
|
|
.env |