mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
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:
parent
6861ce3fb1
commit
2fb4ff8c89
2 changed files with 8 additions and 3 deletions
10
.gitignore
vendored
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/
|
||||
|
|
1
changelog.d/4843.misc
Normal file
1
changelog.d/4843.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Add stuff back to the .gitignore.
|
Loading…
Reference in a new issue