mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
Ignore some files that facilitate editors. (#3337)
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.
This commit is contained in:
parent
dbf861f8a0
commit
9ffebd68ed
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -8,6 +8,11 @@ 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
|
||||
|
|
Loading…
Reference in a new issue