diff options
| -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 |