diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-03-15 04:22:29 -0500 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-15 09:22:29 +0000 |
commit | 2fb4ff8c89c69b0594c0c463e6dfc0a7b48011c4 (patch) | |
tree | 5183e7aa1bedde8e9e1a7238407cdf84f209feaf /.gitignore | |
parent | Merge pull request #4859 from matrix-org/revert-4793-anoa/trailing_slashes (diff) | |
download | synapse-2fb4ff8c89c69b0594c0c463e6dfc0a7b48011c4.tar.xz |
Add some stuff back to the .gitignore (#4843)
* Add some stuff back to the .gitignore Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> * Reorder and remove old items from .gitignore Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index a20f3e615d..a84c41b0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,11 +12,15 @@ _trial_temp/ _trial_temp*/ # stuff that is likely to exist when you run a server locally +/*.db +/*.log +/*.log.config +/*.pid /*.signing.key -/*.tls.crt -/*.tls.key -/uploads +/env/ +/homeserver*.yaml /media_store/ +/uploads # IDEs /.idea/ |