hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.46k stars 238 forks source link

Ignore Visual Studio and VSCode cache/workspace directories in Git #938

Closed bluetarpmedia closed 8 months ago

bluetarpmedia commented 8 months ago

Add .vs and .vscode to .gitignore

Visual Studio creates the .vs cache directory when opening the cppfront folder. VSCode creates the .vscode workspace directory if any workspace settings are specified.

hsutter commented 8 months ago

Thanks!