forked from MirrorHub/synapse
2fb4ff8c89
* 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>
40 lines
424 B
Text
40 lines
424 B
Text
# filename patterns
|
|
*~
|
|
.*.swp
|
|
.#*
|
|
*.deb
|
|
*.egg
|
|
*.egg-info
|
|
*.lock
|
|
*.pyc
|
|
*.tac
|
|
_trial_temp/
|
|
_trial_temp*/
|
|
|
|
# stuff that is likely to exist when you run a server locally
|
|
/*.db
|
|
/*.log
|
|
/*.log.config
|
|
/*.pid
|
|
/*.signing.key
|
|
/env/
|
|
/homeserver*.yaml
|
|
/media_store/
|
|
/uploads
|
|
|
|
# IDEs
|
|
/.idea/
|
|
/.ropeproject/
|
|
/.vscode/
|
|
|
|
# build products
|
|
/.coverage*
|
|
!/.coveragerc
|
|
/.tox
|
|
/build/
|
|
/coverage.*
|
|
/dist/
|
|
/docs/build/
|
|
/htmlcov
|
|
/pip-wheel-metadata/
|
|
|