Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a17c4e0

Browse files
Add the .direnv/ directory to .gitignore (#14707)
1 parent e8884cc commit a17c4e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ __pycache__/
3636

3737
# For direnv users
3838
/.envrc
39+
.direnv/
3940

4041
# IDEs
4142
/.idea/

changelog.d/14707.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `.direnv/` directory to .gitignore to prevent local state generated by the [direnv](https://direnv.net/) development tool from being committed.

0 commit comments

Comments
 (0)