Skip to content

Commit

Permalink
chore: remove dead code (denoland#8296)
Browse files Browse the repository at this point in the history
  • Loading branch information
KNnut committed Nov 8, 2020
1 parent 5995c58 commit 8cc5e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
!startsWith(github.ref, 'refs/tags/std/')
run: |
mkdir -p target/release
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
- name: Install rust
uses: hecrj/setup-rust-action@v1
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ gclient_config.py_entries
/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/

# compiled wasm files
std/wasi/testdata/snapshot_preview1/

Expand Down

0 comments on commit 8cc5e18

Please sign in to comment.