.gitignore 323 B

123456789101112131415161718192021222324252627282930
  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. .buildpath
  16. .idea
  17. .project
  18. .settings
  19. *.iml
  20. # OS X Finder internal system files
  21. .DS_Store
  22. .localized
  23. Icon
  24. .vscode