mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fa583c2198
Updates complement.sh to read the ref from an environment variable (defaulting to master) when downloading a complement bundle for testing.
57 lines
593 B
Plaintext
57 lines
593 B
Plaintext
# filename patterns
|
|
*~
|
|
.*.swp
|
|
.#*
|
|
*.deb
|
|
*.egg
|
|
*.egg-info
|
|
*.lock
|
|
*.py[cod]
|
|
*.snap
|
|
*.tac
|
|
_trial_temp/
|
|
_trial_temp*/
|
|
/out
|
|
.DS_Store
|
|
__pycache__/
|
|
|
|
# stuff that is likely to exist when you run a server locally
|
|
/*.db
|
|
/*.log
|
|
/*.log.*
|
|
/*.log.config
|
|
/*.pid
|
|
/.python-version
|
|
/*.signing.key
|
|
/env/
|
|
/.venv*/
|
|
/homeserver*.yaml
|
|
/logs
|
|
/media_store/
|
|
/uploads
|
|
|
|
# IDEs
|
|
/.idea/
|
|
/.ropeproject/
|
|
/.vscode/
|
|
|
|
# build products
|
|
!/.coveragerc
|
|
/.coverage*
|
|
/.mypy_cache/
|
|
/.tox
|
|
/.tox-pg-container
|
|
/build/
|
|
/coverage.*
|
|
/dist/
|
|
/docs/build/
|
|
/htmlcov
|
|
/pip-wheel-metadata/
|
|
|
|
# docs
|
|
book/
|
|
|
|
# complement
|
|
/complement-*
|
|
/master.tar.gz
|