diff options
author | Toshiwo <info@digitalki.net> | 2018-11-01 10:21:16 -0500 |
---|---|---|
committer | Toshiwo <info@digitalki.net> | 2018-11-01 10:21:16 -0500 |
commit | b27b1a99a029016e9256fb28a04b417855fc4b47 (patch) | |
tree | e1e5a4fa647d1015cc366d48bf3b9e0c8a072926 /.gitignore | |
parent | 13eaded911ea1b0c48c0917f156f391ad39b8714 (diff) |
fixed issue with PrismMesh size, ignore for VS code .code-workspace
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52937b8679..f3655c7b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -310,5 +310,8 @@ platform/windows/godot_res.res /.vs /.vscode +# Visual Studio Code workspace file +*.code-workspace + # Scons progress indicator .scons_node_count |