mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
9ffebd68ed
Using an editor, such as VSCode, some of the plugins require some files locally to provide a good editing experience. These were removed from the repo, but allowing people to add them back locally but ensure they don't end up committed by accident would be helpful.
21 lines
434 B
Text
21 lines
434 B
Text
*.orig
|
|
*.pyc
|
|
*.swp
|
|
|
|
/.idea/
|
|
/.vscode/
|
|
gclient_config.py_entries
|
|
/gh-pages/
|
|
/target/
|
|
|
|
# Files that help ensure VSCode can work but we don't want checked into the
|
|
# repo
|
|
/node_modules
|
|
/tsconfig.json
|
|
|
|
# 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/
|