diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-16 11:52:40 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-16 11:58:23 -0700 |
commit | e61f1555b696b62152787d0fee14435325aee62b (patch) | |
tree | f8c8bd8320af2467184f4a946a0089a4bf9985dc /plugins/hello_signals/demo | |
parent | 9e97f5749ab2e1524cffea9a753118ed4ab21a43 (diff) | |
download | godot-android-samples-e61f1555b696b62152787d0fee14435325aee62b.tar.gz godot-android-samples-e61f1555b696b62152787d0fee14435325aee62b.tar.bz2 godot-android-samples-e61f1555b696b62152787d0fee14435325aee62b.zip |
Misc cleanup
Diffstat (limited to 'plugins/hello_signals/demo')
-rw-r--r-- | plugins/hello_signals/demo/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/hello_signals/demo/.gitignore b/plugins/hello_signals/demo/.gitignore index b405634..aadc0ba 100644 --- a/plugins/hello_signals/demo/.gitignore +++ b/plugins/hello_signals/demo/.gitignore @@ -1,2 +1,4 @@ +# Godot 4+ specific ignores +.godot/ *.import /android/ |