From 9c57d101f0181aa134190edb0b2e7aabdba1151f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 14:51:06 +0400 Subject: Added example application Signed-off-by: Valentin Popov --- example/application/temp/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example/application/temp/.gitignore (limited to 'example/application/temp/.gitignore') diff --git a/example/application/temp/.gitignore b/example/application/temp/.gitignore new file mode 100644 index 0000000..b5a0be3 --- /dev/null +++ b/example/application/temp/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything +* + +# Exceptions +!main.json +!renderer.json -- cgit v1.2.3