.dockerignore 116 B

1234567891011121314
  1. .DS_Store
  2. .git
  3. logs
  4. *.log
  5. scripts
  6. pids
  7. *.pid
  8. *.seed
  9. lib-cov
  10. coverage
  11. .grunt
  12. .lock-wscript
  13. build/Release
  14. node_modules