You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
454 B

  1. # test directories
  2. __tests__
  3. test
  4. tests
  5. powered-test
  6. # asset directories
  7. docs
  8. doc
  9. website
  10. images
  11. # assets
  12. # examples
  13. example
  14. examples
  15. # code coverage directories
  16. coverage
  17. .nyc_output
  18. # build scripts
  19. Makefile
  20. Gulpfile.js
  21. Gruntfile.js
  22. # configs
  23. .tern-project
  24. .gitattributes
  25. .editorconfig
  26. .*ignore
  27. .eslintrc
  28. .jshintrc
  29. .flowconfig
  30. .documentup.json
  31. .yarn-metadata.json
  32. .*.yml
  33. *.yml
  34. # misc
  35. *.gz
  36. *.md
  37. # for specific ignore
  38. !.svgo.yml
  39. !sass-lint/**/*.yml