diff options
| author | Stefan Boberg <[email protected]> | 2021-08-21 18:46:35 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-21 18:46:35 +0200 |
| commit | fc1ed09da57058a0ae1a6276074218139aa9615b (patch) | |
| tree | da759b2fa39c2c0b53a6b72300ae709a14cf3afe | |
| parent | Changed file CAS implementation to use ThrowSystemException instead of Window... (diff) | |
| download | zen-fc1ed09da57058a0ae1a6276074218139aa9615b.tar.xz zen-fc1ed09da57058a0ae1a6276074218139aa9615b.zip | |
Added .vscode and .sentry-native to .gitignore
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a2c15bdea..ec48d2e39 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,12 @@ bld/ [Oo]bj/ [Ll]og/ +# Visual Studio Code options directory +.vscode/ + +# Sentry crash dumps +.sentry-native/ + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot |