├── .gitignore ├── ISSUE_TEMPLATE.md ├── README.md └── code-of-conduct.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-conferences/javascript-conferences/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-conferences/javascript-conferences/HEAD/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-conferences/javascript-conferences/HEAD/code-of-conduct.md --------------------------------------------------------------------------------