.gitignore 279 B

1234567891011121314151617
  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. # Other generated or transient files
  12. /config.js