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 +}