From a92bf5fe2d3639e81b56f4650fefa6b9d4c5b2ba Mon Sep 17 00:00:00 2001 From: Dzung Nguyen Date: Tue, 27 Feb 2024 09:15:18 +0700 Subject: [PATCH] ignore mix lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 348ff0e..c67bba1 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ erl_crash.dump # Ignore package tarball (built via "mix hex.build"). tarams-*.tar -.DS_Store \ No newline at end of file +.DS_Store +mix.lock \ No newline at end of file