.gitignore 239 B

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