.gitignore 288 B

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