.gitignore 305 B

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