mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 11:14:18 -05:00
Add the .direnv/
directory to .gitignore (#14707)
This commit is contained in:
parent
e8884cc282
commit
a17c4e0590
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,6 +36,7 @@ __pycache__/
|
|||||||
|
|
||||||
# For direnv users
|
# For direnv users
|
||||||
/.envrc
|
/.envrc
|
||||||
|
.direnv/
|
||||||
|
|
||||||
# IDEs
|
# IDEs
|
||||||
/.idea/
|
/.idea/
|
||||||
|
1
changelog.d/14707.misc
Normal file
1
changelog.d/14707.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add `.direnv/` directory to .gitignore to prevent local state generated by the [direnv](https://direnv.net/) development tool from being committed.
|
Loading…
Reference in New Issue
Block a user