diff --git a/.gitignore b/.gitignore index 42a1b3c705..ba7724edb2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ provision.sh *.komodoproject .DS_Store feeds/recent.rss +dump.rdb .eslintcache .svn @@ -72,4 +73,4 @@ link-plugins.sh test.sh .docker/** -!**/.gitkeep \ No newline at end of file +!**/.gitkeep diff --git a/README.md b/README.md index d99af63502..363941a381 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ It is important to ensure that your NodeBB and database servers are secured. Bea * e.g. If your NodeBB is proxied, no ports should be open except 80 (and possibly 22, for SSH access) +## Contributing Teammates +* Victoria Solsky (vsolsky) +* Andrew Youn (ayoun2) +* Kevin Cao (kevincao) +* Lexi Kronowitz (akronowi) +* Erke Xia (exia) + ## Upgrading NodeBB Detailed upgrade instructions are listed in [Upgrading NodeBB](https://docs.nodebb.org/configuring/upgrade/)