.gitignore 326 B

12345678910111213141516171819202122232425262728293031
  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