.gitignore 256 B

12345678910111213141516171819202122232425
  1. node_modules
  2. bower_components
  3. # docs site
  4. _gh_pages
  5. # build the extensions
  6. extensions.js
  7. # deploy the docs
  8. deploy.sh
  9. # old docs
  10. docs_
  11. # check the locale file on README
  12. check.js
  13. # Common IDE files
  14. nbproject
  15. .~lock.*
  16. .buildpath
  17. .idea
  18. .project
  19. .settings