.gitignore 334 B

1234567891011121314151617181920212223242526272829303132
  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
  20. *.iml
  21. # OS X Finder internal system files
  22. .DS_Store
  23. .localized
  24. Icon
  25. .vscode