Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

.npmignore 282B

123456789101112131415161718192021222324
  1. # ignore most things, include some others
  2. /*
  3. /.*
  4. !bin/
  5. !lib/
  6. !docs/
  7. !package.json
  8. !package-lock.json
  9. !README.md
  10. !CONTRIBUTING.md
  11. !LICENSE
  12. !CHANGELOG.md
  13. !example/
  14. !scripts/
  15. !tap-snapshots/
  16. !test/
  17. !.github/
  18. !.travis.yml
  19. !.gitignore
  20. !.gitattributes
  21. !coverage-map.js
  22. !map.js
  23. !index.js