.gitignore 340 B

1234567891011121314151617181920
  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