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