├── README.md └── .npmignore /README.md: -------------------------------------------------------------------------------- 1 | # functions.github.com 2 | functions's blog 3 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | Thumbs.db 3 | db.json 4 | *.log 5 | node_modules/ 6 | public/ 7 | .deploy*/ --------------------------------------------------------------------------------