.gitignore 246 B

123456789101112131415
  1. # Ignoring Mac Finder files
  2. .DS_Store
  3. # In case amber is also saved in a local Subversion
  4. .svn
  5. # Ignoring local NPM modules
  6. node_modules/
  7. # Ignoring local bower modules
  8. bower_components/
  9. # Ignores autogenerated files
  10. config.js
  11. test_runner.js