diff --git a/.gitignore b/.gitignore index 5551c3f..ba5fe3a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ minishell a.out *.d *.o -obj/ \ No newline at end of file +obj/ +.vscode