diff options
author | fhuya <fhuya@google.com> | 2020-03-26 07:34:07 -0700 |
---|---|---|
committer | fhuya <fhuya@google.com> | 2020-03-26 07:34:07 -0700 |
commit | 6837796a9d7acd3a5ea7ef241a23fd393c3a6609 (patch) | |
tree | a90acbe1a388d1aeec0e70836225890eb0894577 /hello_world/demo | |
parent | f1a5737ecff60476da0a797c8063b44e4f2659b1 (diff) | |
download | godot-android-samples-6837796a9d7acd3a5ea7ef241a23fd393c3a6609.tar.gz godot-android-samples-6837796a9d7acd3a5ea7ef241a23fd393c3a6609.tar.bz2 godot-android-samples-6837796a9d7acd3a5ea7ef241a23fd393c3a6609.zip |
Update repository structure: make each sample project (e.g: `hello_world`) a subproject in the `Godot-Android-Plugins` project.
Diffstat (limited to 'hello_world/demo')
-rw-r--r-- | hello_world/demo/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hello_world/demo/.gitignore b/hello_world/demo/.gitignore new file mode 100644 index 0000000..b405634 --- /dev/null +++ b/hello_world/demo/.gitignore @@ -0,0 +1,2 @@ +*.import +/android/ |