mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
f917c5e722
- Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis.
9 lines
79 B
Text
9 lines
79 B
Text
# build
|
|
/out/
|
|
*.pyc
|
|
|
|
# npm deps
|
|
node_modules
|
|
|
|
# third party deps
|
|
/third_party/
|