Skip to content

Commit

Permalink
Clean up miscellaneous metafiles (denoland#2981)
Browse files Browse the repository at this point in the history
The yarn.lock file is moved from //third_party to the root of
the main repository. This is where other package metadata
files (e.g. Cargo.lock and package.json) are also located.
  • Loading branch information
piscisaureus committed Sep 19, 2019
1 parent 693a45c commit a130e88
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 55 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# This is relevant for Windows only, and requires git >= 2.19.2 to work.
/core/libdeno/* symlink=dir
/node_modules symlink=dir
/tools/memory symlink=dir
/website/* symlink=dir
22 changes: 8 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# build
*.orig
*.pyc
*.swp
/out/

/.idea/
/.vscode/
/gclient_config.py_entries
/gh-pages/
/target/
*.pyc
gclient_config.py_entries
yarn.lock
# npm deps
node_modules
# editor files
.idea
.vscode
# export dir for gh-pages
/gh-pages
# temp benchmark data
/website/*.bundle.js
/website/data.json
/website/recent.json
/website/*.bundle.js
38 changes: 0 additions & 38 deletions .yarnclean

This file was deleted.

2 changes: 1 addition & 1 deletion third_party
1 change: 0 additions & 1 deletion tools/memory

This file was deleted.

Loading

0 comments on commit a130e88

Please sign in to comment.