.gitignore 201 B

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