aboutsummaryrefslogtreecommitdiff
path: root/example/application/temp
diff options
context:
space:
mode:
Diffstat (limited to 'example/application/temp')
-rw-r--r--example/application/temp/.gitignore6
-rw-r--r--example/application/temp/main.json3
-rw-r--r--example/application/temp/renderer.json3
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
+}