Skip to content

Commit f73f419

Browse files
authored
Added direnv config files to git ignore list (#25555)
* added direnv .envrc to ignore list, so that you can auto load with .envrc environments locally
1 parent ae974e0 commit f73f419

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ yalc.lock
193193
# useful for keeping local plans etc
194194
/ai
195195

196+
# direnv environment loader files
197+
.envrc
198+
196199
# e2e test suite
197200
/e2e/test-results
198201
/e2e/playwright-report

0 commit comments

Comments
 (0)