25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
252 B

4 년 전
  1. # gitignore
  2. .DS_Store
  3. .monitor
  4. .*.swp
  5. .nodemonignore
  6. releases
  7. *.log
  8. *.err
  9. fleet.json
  10. public/browserify
  11. bin/*.json
  12. .bin
  13. build
  14. compile
  15. .lock-wscript
  16. coverage
  17. node_modules
  18. # Only apps should have lockfiles
  19. npm-shrinkwrap.json
  20. package-lock.json
  21. yarn.lock