diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-07-14 10:09:00 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-07-14 10:09:00 +0900 |
| commit | cbb8edd5edbce8d4e1a9330a0cca5a629e82d9a2 (patch) | |
| tree | 223bf3a1a0eb7a7c314c6926503feacf931b8e86 /.gitignore | |
| parent | Add FAQ in CONTRIBUTING.md (diff) | |
| download | sharkey-cbb8edd5edbce8d4e1a9330a0cca5a629e82d9a2.tar.gz sharkey-cbb8edd5edbce8d4e1a9330a0cca5a629e82d9a2.tar.bz2 sharkey-cbb8edd5edbce8d4e1a9330a0cca5a629e82d9a2.zip | |
Revert "Add yarn.lock to .gitignore (#3408)"
This reverts commit e8439679a58eedf1e4a5e8a3504b3e46927bdb49.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 5d06997f1f..9ccb36a9ee 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,6 @@ # Node.js /node_modules -# yarn -yarn.lock - # config /.config/* !/.config/example.yml |