50 lines
647 B
Text
50 lines
647 B
Text
# test directories
|
|
__tests__
|
|
test
|
|
tests
|
|
powered-test
|
|
|
|
# asset directories
|
|
doc
|
|
website
|
|
images
|
|
assets
|
|
|
|
# examples
|
|
example
|
|
|
|
# code coverage directories
|
|
coverage
|
|
.nyc_output
|
|
|
|
# unneeded files
|
|
*.js.map
|
|
|
|
# build scripts
|
|
Makefile
|
|
Gulpfile.js
|
|
Gruntfile.js
|
|
|
|
# configs
|
|
.tern-project
|
|
.gitattributes
|
|
.*ignore
|
|
.eslintrc
|
|
.jshintrc
|
|
.flowconfig
|
|
.documentup.json
|
|
.yarn-metadata.json
|
|
.*.yml
|
|
|
|
# misc
|
|
*.md
|
|
|
|
# asset directories
|
|
!nyc/node_modules/istanbul-reports/lib/html/assets
|
|
|
|
# bad matches
|
|
!patch-package/node_modules/yaml/dist/doc
|
|
|
|
# used for build:acknowledgements
|
|
!@signalapp/libsignal-client/dist/acknowledgments.md
|
|
!@signalapp/ringrtc/dist/acknowledgments.md
|