Skip to content

Commit c89636f

Browse files
committed
fix: ignore .env
1 parent 8e93115 commit c89636f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ yarn-error.log
77
coverage
88
.cache
99
.dev
10+
.env
1011

1112

1213

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ lib-cov
66
*.out
77
*.pid
88
*.gz
9+
*.env
910

1011
pids
1112
logs
1213
results
14+
CHANGELOG
1315

1416

1517
npm-debug.log

0 commit comments

Comments
 (0)