Browse Source

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>
Aaron Raimist 5 years ago
parent
commit
2fb4ff8c89
2 changed files with 8 additions and 3 deletions
  1. 7 3
      .gitignore
  2. 1 0
      changelog.d/4843.misc

+ 7 - 3
.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/

+ 1 - 0
changelog.d/4843.misc

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