diff --git a/.gitignore b/.gitignore index 344e0cd9..3d40845a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ tile38-* !cmd/tile38-* data*/ coverage.out -packages/ \ No newline at end of file +packages/ + +# Ignore VS Code folder +.vscode/ \ No newline at end of file