diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-01-04 21:00:25 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-01-18 15:36:35 +0000 |
commit | 1e64f9c255082976a75b7fc5002a92326cb13318 (patch) | |
tree | 0d6ea736e8c3437b5a5d193246b4a4df1153923f /.gitignore | |
parent | Remove outdated commands from the code style doc & point to the contributing ... (diff) | |
download | synapse-1e64f9c255082976a75b7fc5002a92326cb13318.tar.xz |
Add support for devenv developer environments github/anoa/devenv anoa/devenv
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6937de88bc..67a329a07e 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,8 @@ book/ # Don't include users' poetry configs /poetry.toml + +# Devenv +.devenv* +devenv.local.nix + |