.gitignore 332 B

12345678910111213141516171819
  1. # Ignoring compiled files in examples etc
  2. server/FileServer*.js
  3. # Ignoring Mac Finder files
  4. .DS_Store
  5. # Ignoring test runner
  6. test/amber_test_runner.js
  7. test/run.js
  8. test_runner.js
  9. # In case amber is also saved in a local Subversion
  10. .svn
  11. # Ignoring local NPM modules
  12. node_modules/
  13. # Ignoring local bower modules
  14. bower_components/