mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
0473d832c1
And fix new lint issues.
38 lines
417 B
Text
38 lines
417 B
Text
# test directories
|
|
__tests__
|
|
test
|
|
tests
|
|
powered-test
|
|
|
|
# examples
|
|
example
|
|
examples
|
|
|
|
# code coverage directories
|
|
coverage
|
|
.nyc_output
|
|
|
|
# build scripts
|
|
Makefile
|
|
Gulpfile.js
|
|
Gruntfile.js
|
|
|
|
# configs
|
|
appveyor.yml
|
|
circle.yml
|
|
codeship-services.yml
|
|
codeship-steps.yml
|
|
wercker.yml
|
|
.tern-project
|
|
.gitattributes
|
|
.editorconfig
|
|
.*ignore
|
|
.eslintrc
|
|
.jshintrc
|
|
.flowconfig
|
|
.documentup.json
|
|
.yarn-metadata.json
|
|
.travis.yml
|
|
|
|
# misc
|
|
*.md
|