diff options
author | Valentin Popov <info@valentineus.link> | 2019-08-22 00:12:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 00:12:17 +0300 |
commit | 6d5cb2611be73e4c3b0787ac00fe28e4c243417e (patch) | |
tree | 5b65999c40a916d0e4bb5f878b30cee236045e94 /example/application/temp | |
parent | 03dd1ac6af558886acae1296832459827ade54c3 (diff) | |
parent | 8147b911dec725f50fb79e22dd149e13eca02d81 (diff) | |
download | electron-hot-reload-6d5cb2611be73e4c3b0787ac00fe28e4c243417e.tar.xz electron-hot-reload-6d5cb2611be73e4c3b0787ac00fe28e4c243417e.zip |
Merge pull request #1 from valentineus/develop
Develop
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 +} |