From 9c386e949d1d390c194f389fc7159c83d801d5a2 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 30 Dec 2023 19:41:09 +0100 Subject: [PATCH] git: Add brewfile lock to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8418ebfcf..16d29d83f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ venv/ *.mgc imgui.ini .DS_Store -./CMakeUserPresets.json \ No newline at end of file +./CMakeUserPresets.json +Brewfile.lock.json \ No newline at end of file