Skip to content

Commit

Permalink
[build] Add yarn.lock into gitignore file (#2242)
Browse files Browse the repository at this point in the history
### Motivation

We introduced docusaurus in #2206 for building the new documentation site.
docusaurus is using [yarn](https://yarnpkg.com/en/docs/install#mac-stable) for building.
It will leave `yarn.lock` file after builds.

 ### Changes

Add `yarn.lock` into gitignore file
  • Loading branch information
sijie authored and merlimat committed Jul 26, 2018
1 parent c1c1f90 commit 8e62a46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ pulsar-client-cpp/python/wheelhouse
# CI generated files
.repository
docker.debug-info

# Yarn

**/yarn.lock

0 comments on commit 8e62a46

Please sign in to comment.