Merge pull request #498 from rustwasm/ignor

small cleanup
master
Nick Fitzgerald 6 years ago committed by GitHub
commit 234bf19508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore
  2. 2
      CHANGELOG.md

1
.gitignore vendored

@ -2,7 +2,6 @@ target/
**/*.rs.bk
tests/.crates.toml
tests/bin
wasm-pack.log
/build-installer
docs/book
docs/installer

@ -32,7 +32,7 @@
Currently, you can only configure things related to the above-mentioned build profiles. To learn more,
[check out the documentation][profile-config-docs]. It leverages the `package.metadata.wasm-pack` key in your
`Carol.toml`, and looks like this:
`Cargo.toml`, and looks like this:
```toml
# Cargo.toml

Loading…
Cancel
Save