diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-06-07 11:03:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-07 11:03:29 +0900 |
| commit | 99955f0af995ffdbe2fb6737171ca49942e2f111 (patch) | |
| tree | 785ab9cca11482203f2f73ef64ac96fa27015d37 /.gitignore | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-99955f0af995ffdbe2fb6737171ca49942e2f111.tar.gz sharkey-99955f0af995ffdbe2fb6737171ca49942e2f111.tar.bz2 sharkey-99955f0af995ffdbe2fb6737171ca49942e2f111.zip | |
Update .gitignore (#6459)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 626dfd12c6..0786295cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ report.*.json # config /.config/* !/.config/example.yml -!/.config/mongo_initdb_example.js +!/.config/docker_example.env # misskey /build |