Skip to content

Commit 3d6fc55

Browse files
authored
chore: add .envrc and .direnv to .gitignore (#1680)
This PR adds some common files and folders used when creating local development environments. Useful for testing the package with different Node.js versions without relying on nvm or similar packages.
1 parent 6242015 commit 3d6fc55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ custom-elements.json
3030

3131
# Localization data
3232
i18nRepo
33+
34+
# Development environment
35+
.envrc
36+
.direnv

0 commit comments

Comments
 (0)