This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-09-30 13:05:24 -07:00
|
|
|
# test directories
|
|
|
|
__tests__
|
|
|
|
test
|
|
|
|
tests
|
|
|
|
powered-test
|
|
|
|
|
|
|
|
# asset directories
|
|
|
|
docs
|
|
|
|
doc
|
|
|
|
website
|
|
|
|
images
|
|
|
|
# assets
|
|
|
|
|
|
|
|
# examples
|
|
|
|
example
|
|
|
|
examples
|
|
|
|
|
|
|
|
# code coverage directories
|
|
|
|
coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# build scripts
|
|
|
|
Makefile
|
|
|
|
Gulpfile.js
|
|
|
|
Gruntfile.js
|
|
|
|
|
|
|
|
# configs
|
|
|
|
.tern-project
|
|
|
|
.gitattributes
|
|
|
|
.editorconfig
|
|
|
|
.*ignore
|
|
|
|
.eslintrc
|
|
|
|
.jshintrc
|
|
|
|
.flowconfig
|
|
|
|
.documentup.json
|
|
|
|
.yarn-metadata.json
|
|
|
|
.*.yml
|
|
|
|
*.yml
|
|
|
|
|
|
|
|
# misc
|
|
|
|
*.gz
|
|
|
|
*.md
|
|
|
|
|
|
|
|
# for specific ignore
|
|
|
|
!.svgo.yml
|
2019-06-04 08:23:18 -07:00
|
|
|
!sass-lint/**/*.yml
|