Skip to content

Commit 97499b8

Browse files
committed
fix: ignore .env file in version control
- Modified `.gitignore` to add `.env` entry at the end of the file - Prevents accidental inclusion of `.env` file in git tracking - Ensures `.env` is treated as an ignored file going forward - Appended change resulted in no newline at end of file after addition
1 parent 51b4b8b commit 97499b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ projects/windows/
3636

3737
*.bak
3838
*.backup
39+
.env

0 commit comments

Comments
 (0)