diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-17 07:57:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-17 07:57:48 +0900 |
| commit | 8b00648295800c74e134304a5cdc8aeb324fd1ca (patch) | |
| tree | 42ac37f323db349dca9316e6fdb39fc33b860686 | |
| parent | Update deliver.ts (diff) | |
| parent | Merge branch 'master' into fix/yarn-lock-ignore (diff) | |
| download | sharkey-8b00648295800c74e134304a5cdc8aeb324fd1ca.tar.gz sharkey-8b00648295800c74e134304a5cdc8aeb324fd1ca.tar.bz2 sharkey-8b00648295800c74e134304a5cdc8aeb324fd1ca.zip | |
Merge pull request #1588 from rinsuki/fix/yarn-lock-ignore
add yarn.lock to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 326db6fa5e..53808240b7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ npm-debug.log run.bat api-docs.json package-lock.json +yarn.lock |