summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-04-27 11:33:54 +0100
committerGitHub <noreply@github.com>2023-04-27 11:33:54 +0100
commit6b2f2bd276901d6d4177cc39071f100dd6d17d13 (patch)
treedbc0810e6e772092cdf24b8110ed42e066b18e3f /.gitignore
parentDisable push rule evaluation for rooms excluded from sync (#15361) (diff)
downloadsynapse-6b2f2bd276901d6d4177cc39071f100dd6d17d13.tar.xz
Add a nix flake that sets up a development environment (via devenv) (#15495)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9d037f28e7..8cf504324b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,9 +15,10 @@ _trial_temp*/
 .DS_Store
 __pycache__/
 
-# We do want the poetry and cargo lockfile.
+# We do want poetry, cargo and flake lockfiles.
 !poetry.lock
 !Cargo.lock
+!flake.lock
 
 # stuff that is likely to exist when you run a server locally
 /*.db
@@ -38,6 +39,9 @@ __pycache__/
 /.envrc
 .direnv/
 
+# For nix/devenv users
+.devenv/
+
 # IDEs
 /.idea/
 /.ropeproject/