.npmignore 399 B

123456789101112131415161718192021222324
  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. # Exclude the externals and internals
  12. /external/
  13. /internal/
  14. # Ignoring place dedicated to hand-cloned user modules
  15. /my/
  16. # Other generated or transient files
  17. config.js