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>
This commit is contained in:
Aaron Raimist 2019-03-15 04:22:29 -05:00 committed by Richard van der Hoff
parent 6861ce3fb1
commit 2fb4ff8c89
2 changed files with 8 additions and 3 deletions

10
.gitignore vendored
View file

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

1
changelog.d/4843.misc Normal file
View file

@ -0,0 +1 @@
Add stuff back to the .gitignore.