.gitignore 330 B

12345678910111213141516171819202122232425262728293031
  1. node_modules
  2. bower_components
  3. # docs site
  4. _gh_pages
  5. # build the extensions
  6. extensions.js
  7. # old docs
  8. docs_
  9. # check the locale file on README
  10. check.js
  11. # Common IDE files
  12. nbproject
  13. .~lock.*
  14. package-lock.json
  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