diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2021-01-15 05:58:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 06:58:31 -0500 |
commit | 20af310889ec1b22b5ad66cfd606bb25b264ec6a (patch) | |
tree | 9de10243bc923a5d8517d23a01b2bbafb3e84e32 /.gitignore | |
parent | Merge pull request #9091 from matrix-org/rav/error_on_bad_sso (diff) | |
download | synapse-20af310889ec1b22b5ad66cfd606bb25b264ec6a.tar.xz |
Add some extra notes for getting Synapse running on macOS. (#8997)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2bccf19997..2cef1b0a5a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ _trial_temp/ _trial_temp*/ /out +.DS_Store # stuff that is likely to exist when you run a server locally /*.db |