├── .gitignore ├── LICENSE.md ├── README.md └── emails ├── 7-days-speakers.md ├── introducing-you.md └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatherscript/handbook/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatherscript/handbook/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatherscript/handbook/HEAD/README.md -------------------------------------------------------------------------------- /emails/7-days-speakers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatherscript/handbook/HEAD/emails/7-days-speakers.md -------------------------------------------------------------------------------- /emails/introducing-you.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatherscript/handbook/HEAD/emails/introducing-you.md -------------------------------------------------------------------------------- /emails/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gatherscript/handbook/HEAD/emails/readme.md --------------------------------------------------------------------------------