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>
pull/14/head
Aaron Raimist 6 years ago committed by Richard van der Hoff
parent 6861ce3fb1
commit 2fb4ff8c89
  1. 10
      .gitignore
  2. 1
      changelog.d/4843.misc

10
.gitignore vendored

@ -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/

@ -0,0 +1 @@
Add stuff back to the .gitignore.
Loading…
Cancel
Save