Skip to content

Commit

Permalink
Ignore some files that facilitate editors. (denoland#3337)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kitsonk authored and ry committed Nov 13, 2019
1 parent dbf861f commit 9ffebd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ffebd6

Please sign in to comment.