Skip to content

Commit 768569a

Browse files
committed
fix: ignore all but the sample environment file
1 parent a83e954 commit 768569a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ __pycache__/
1515
env*/
1616
venv/
1717
.venv*
18-
.env
18+
.env*
19+
!.env.sample
1920

2021
# codecov / coverage
2122
.coverage

0 commit comments

Comments
 (0)