mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
af61dbed87
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
*.orig
|
|
*.pyc
|
|
*.swp
|
|
|
|
/.idea/
|
|
/.vscode/
|
|
gclient_config.py_entries
|
|
/gh-pages/
|
|
/target/
|
|
|
|
# We use something stronger than lockfiles, we have all NPM modules stored in a
|
|
# git. We do not download from NPM during build.
|
|
# https://github.com/denoland/deno_third_party
|
|
yarn.lock
|
|
# yarn creates this in error.
|
|
tools/node_modules/
|