From 4d99cc5fba936556b6f6ec2e920e800ac4cd8bcd Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 29 Apr 2025 14:13:33 +0200 Subject: [PATCH] Add puro config to git :) Signed-off-by: Hans Kokx --- .gitignore | 3 +++ .puro.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .puro.json diff --git a/.gitignore b/.gitignore index f841c92..19fdd42 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ app.*.map.json **/android/app/debug **/android/app/profile **/android/app/release + +# Puro +!/.puro.json diff --git a/.puro.json b/.puro.json new file mode 100644 index 0000000..79958db --- /dev/null +++ b/.puro.json @@ -0,0 +1,3 @@ +{ + "env": "stable" +} \ No newline at end of file