diff options
author | Valentin Popov <info@valentineus.link> | 2019-08-20 13:51:06 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-08-20 13:51:06 +0300 |
commit | 9c57d101f0181aa134190edb0b2e7aabdba1151f (patch) | |
tree | 41e2405204d001490ba76e272bc5d11020a2c357 /example/application/temp | |
parent | b3461bdcc0462bda7fad46b02f8307a0bc1166cd (diff) | |
download | electron-hot-reload-9c57d101f0181aa134190edb0b2e7aabdba1151f.tar.xz electron-hot-reload-9c57d101f0181aa134190edb0b2e7aabdba1151f.zip |
Added example application
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'example/application/temp')
-rw-r--r-- | example/application/temp/.gitignore | 6 | ||||
-rw-r--r-- | example/application/temp/main.json | 3 | ||||
-rw-r--r-- | example/application/temp/renderer.json | 3 |
3 files changed, 12 insertions, 0 deletions
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 diff --git a/example/application/temp/main.json b/example/application/temp/main.json new file mode 100644 index 0000000..055bbdd --- /dev/null +++ b/example/application/temp/main.json @@ -0,0 +1,3 @@ +{ + "time": 0 +} diff --git a/example/application/temp/renderer.json b/example/application/temp/renderer.json new file mode 100644 index 0000000..055bbdd --- /dev/null +++ b/example/application/temp/renderer.json @@ -0,0 +1,3 @@ +{ + "time": 0 +} |