Merge pull request #1588 from rinsuki/fix/yarn-lock-ignore

add yarn.lock to gitignore
This commit is contained in:
syuilo 2018-05-17 07:57:48 +09:00 committed by GitHub
commit 8b00648295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ npm-debug.log
run.bat run.bat
api-docs.json api-docs.json
package-lock.json package-lock.json
yarn.lock