brief-08-back/.gitignore
Mathis 62e92f50ea
feat: update .gitignore to ignore .env files
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.
2024-07-09 13:43:44 +02:00

6 lines
54 B
Plaintext

/node_modules/
/drizzle/
/dist/
.backup.zip
.temp
.env