chore: Enable VSCode Git Always Signoff (#5031)

Signed-off-by: X-Guardian <simonheather99@gmail.com>
Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com>
This commit is contained in:
Simon Heather
2024-10-23 22:06:15 +01:00
committed by GitHub
parent 1cb128256e
commit 870d7953a1
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,7 +1,6 @@
.idea
./atlantis
*.iml
.vscode
atlantis.db
output
.DS_Store

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"git.alwaysSignOff": true
}