diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-11-02 08:08:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 08:08:17 +0100 |
commit | c025f526c8fd4b96fb12a0a7e2141f59997e80d1 (patch) | |
tree | 9890d2da7e929c90d45b75f1d8451515f7e3b7ca /.gitignore | |
parent | 0e27af280c0c1481f9a21dbad82ed945bb947c28 (diff) | |
parent | b27b1a99a029016e9256fb28a04b417855fc4b47 (diff) |
Merge pull request #23436 from Toshiwoz/primitives_properties
fixed PrismMesh size property
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a05ed9e7d..fe504482b3 100644 --- a/.gitignore +++ b/.gitignore @@ -311,5 +311,8 @@ platform/windows/godot_res.res /.vs /.vscode +# Visual Studio Code workspace file +*.code-workspace + # Scons progress indicator .scons_node_count |