diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-11-26 21:55:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-26 21:55:16 +0900 |
| commit | e8439679a58eedf1e4a5e8a3504b3e46927bdb49 (patch) | |
| tree | ae80856b559e54f1fca9572118bb050d1c984e63 | |
| parent | Return 404 for undefined .well-known (#3404) (diff) | |
| download | sharkey-e8439679a58eedf1e4a5e8a3504b3e46927bdb49.tar.gz sharkey-e8439679a58eedf1e4a5e8a3504b3e46927bdb49.tar.bz2 sharkey-e8439679a58eedf1e4a5e8a3504b3e46927bdb49.zip | |
Add yarn.lock to .gitignore (#3408)
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9d109e0c05..f11e4e4769 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ api-docs.json /mongo /elasticsearch *.code-workspace +yarn.lock |