From fc33f44c1abed42682ed2c75df9d12a5b515ef68 Mon Sep 17 00:00:00 2001 From: Fabian Vowie Date: Mon, 17 Jan 2022 12:11:16 +0100 Subject: [PATCH] Add settings.json to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bbec02..a6482a3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ *.out # Go workspace file -go.work \ No newline at end of file +go.work + +# Lithium specific +settings.json \ No newline at end of file