.npmignore 402 B

12345678910111213141516171819202122232425
  1. # Ignoring Mac Finder files
  2. .DS_Store
  3. # Ignoring test runner
  4. /test_runner.js
  5. # In case amber is also saved in a local Subversion
  6. .svn
  7. # Ignoring local NPM modules
  8. node_modules/
  9. # Ignoring local bower modules
  10. bower_components/
  11. # Ignoring place dedicated to hand-cloned user modules
  12. /my/
  13. # Other generated or transient files
  14. /config.js
  15. # Exclude the externals and internals
  16. /external/
  17. /internal/