Skip to content
Snippets Groups Projects
Unverified Commit 8d98dc8f authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Clean up gitignores (#4688)

I just got bitten by a file being caught by the .gitignore, which shouldn't
have been, and am now pissed off with the .gitignore. I have basically declared
bankruptcy on it and started again.
parent 86920ac2
No related branches found
No related tags found
No related merge requests found
*.pyc # filename patterns
.*.swp
*~ *~
*.lock .*.swp
.#*
.DS_Store *.deb
_trial_temp/
_trial_temp*/
logs/
dbs/
*.egg *.egg
dist/
docs/build/
*.egg-info *.egg-info
pip-wheel-metadata/ *.lock
*.pyc
cmdclient_config.json
homeserver*.db
homeserver*.log
homeserver*.log.*
homeserver*.pid
/homeserver*.yaml
*.signing.key
*.tls.crt
*.tls.dh
*.tls.key
.coverage*
coverage.*
!.coveragerc
htmlcov
demo/*/*.db
demo/*/*.log
demo/*/*.log.*
demo/*/*.pid
demo/media_store.*
demo/etc
uploads
cache
.idea/
media_store/
*.tac *.tac
_trial_temp/
_trial_temp*/
build/ # stuff that is likely to exist when you run a server locally
venv/ /*.signing.key
venv*/ /*.tls.crt
*venv/ /*.tls.key
/uploads
localhost-800*/ /media_store/
static/client/register/register_config.js
.tox # IDEs
/.idea/
env/ /.ropeproject/
*.config /.vscode/
# build products
/.coverage*
!/.coveragerc
/.tox
/build/
/coverage.*
/dist/
/docs/build/
/htmlcov
/pip-wheel-metadata/
.vscode/
.ropeproject/
*.deb
/debs
Clean up gitignores
*.db
*.log
*.log.*
*.pid
/media_store.*
/etc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment