diff options
author | Ansh <anshnanda10@gmail.com> | 2023-05-04 14:18:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 16:18:27 -0500 |
commit | d3e8bd3e9a1f71b1177c0493634515379b0d1de8 (patch) | |
tree | cc89000687a9b4ef03e1de143565260d9e4a0b12 /.gitignore | |
parent | c8af784328177bbf8b8e9df5c2ae0e1087057b81 (diff) | |
download | voidsky-d3e8bd3e9a1f71b1177c0493634515379b0d1de8.tar.zst |
[APP-547] Universal links & deeplinking (#555)
* added ios scheme and intentFilters for deep linking * added intentFilters for android deep linking * add .env files to .gitignore * add autoVerify for android deep links
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bab37d2ad..2fa850bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -92,4 +92,8 @@ web-build/ # Android & iOS folders android/ -ios/ \ No newline at end of file +ios/ + +# environment variables +.env +.env.* \ No newline at end of file |