summary refs log tree commit diff
path: root/demo/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-081-7/+4
| | | | | | | | | * Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
* Clean up gitignores (#4688)Richard van der Hoff2019-02-201-0/+7
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.