.gitignore 352 B

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