Skip to content

Commit

Permalink
Add some stuff back to the .gitignore (matrix-org#4843)
Browse files Browse the repository at this point in the history
* Add some stuff back to the .gitignore

Signed-off-by: Aaron Raimist <[email protected]>

* Add changelog

Signed-off-by: Aaron Raimist <[email protected]>

* Reorder and remove old items from .gitignore

Signed-off-by: Aaron Raimist <[email protected]>
  • Loading branch information
aaronraimist authored and richvdh committed Mar 15, 2019
1 parent 6861ce3 commit 2fb4ff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4843.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add stuff back to the .gitignore.

0 comments on commit 2fb4ff8

Please sign in to comment.