Merge branch 'mix-lock' into 'master'
.gitignore: mix.lock See merge request pleroma/elixir-libraries/http_signatures!7
This commit is contained in:
commit
44ceebe5f2
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2017-2019 Pleroma Authors <https://pleroma.social/>
|
||||
# SPDX-FileCopyrightText: 2017-2023 Pleroma Authors <https://pleroma.social/>
|
||||
# SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
# The directory Mix will write compiled artifacts to.
|
||||
|
@ -25,3 +25,5 @@ erl_crash.dump
|
|||
# Ignore package tarball (built via "mix hex.build").
|
||||
http_signatures-*.tar
|
||||
|
||||
# Counter-productive for libraries
|
||||
/mix.lock
|
||||
|
|
Loading…
Reference in a new issue