0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 19:43:44 +02:00

Add the .direnv/ directory to .gitignore (#14707)

This commit is contained in:
Andrew Morgan 2022-12-19 16:44:09 +00:00 committed by GitHub
parent e8884cc282
commit a17c4e0590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -36,6 +36,7 @@ __pycache__/
# For direnv users
/.envrc
.direnv/
# IDEs
/.idea/

1
changelog.d/14707.misc Normal file
View 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.