Skip to content

Commit 0bdaca8

Browse files
committed
📝 ignoring env variables from .env
1 parent ec877d5 commit 0bdaca8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ __pycache__/
99
*.py[cod]
1010

1111
# pyenv environment
12-
.python-version
12+
.python-version
13+
14+
# secrets
15+
.env

0 commit comments

Comments
 (0)