Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.npmignore 252B

12345678910111213141516171819202122
  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