.gitignore 73 B

12345678
  1. .DS_Store
  2. *.log
  3. npm-debug.log*
  4. node_modules
  5. *.rdb
  6. dump.rdb
  7. config/*
  8. app/*