From 870d7953a1b2a8d88ad60d60d397f615d6a4b58c Mon Sep 17 00:00:00 2001 From: Simon Heather <32168619+X-Guardian@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:06:15 +0100 Subject: [PATCH] chore: Enable VSCode Git Always Signoff (#5031) Signed-off-by: X-Guardian Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com> --- .gitignore | 1 - .vscode/settings.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index fde423fb0..92cc52110 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .idea ./atlantis *.iml -.vscode atlantis.db output .DS_Store diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..b93fa58b7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.alwaysSignOff": true +}