Remove and ignore yarn.lock, since we use npm (#216)

pull/315/head
Hendrik van Antwerpen 2022-07-05 19:43:43 +07:00 committed by GitHub
parent 391803ed80
commit c94f0d5c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 20 deletions

1
.gitignore vendored

@ -11,6 +11,7 @@ examples/desktop
examples/redux
examples/vscode
log.html
yarn.lock
# These files would be generated by 'tree-sitter generate' with the default
# settings. We don't want them because there's already a copy at the root.

@ -1,20 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"nan@^2.12.1", "nan@^2.14.0":
"integrity" "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
"resolved" "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz"
"version" "2.15.0"
"tree-sitter-cli@^0.20.6":
"integrity" "sha512-tjbAeuGSMhco/EnsThjWkQbDIYMDmdkWsTPsa/NJAW7bjaki9P7oM9TkLxfdlnm4LXd1wR5wVSM2/RTLtZbm6A=="
"resolved" "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.6.tgz"
"version" "0.20.6"
"tree-sitter-javascript@github:tree-sitter/tree-sitter-javascript#fdeb68a":
"integrity" "sha512-pJzc45yGS62TRS8isYd4GLhzq3jvkBZo5qdIRCk+P2sgqnQ7UCIx8og9G8Ca0DSJTNN7UeNWeLvtTTBSODDH6Q=="
"resolved" "git+ssh://git@github.com/tree-sitter/tree-sitter-javascript.git"
"version" "0.20.0"
dependencies:
"nan" "^2.12.1"