diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-26 17:37:27 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-26 17:37:27 -0800 |
commit | ae4ce4bb87a5bbe5b238a19829d137953282aed5 (patch) | |
tree | 02f6763c7de80b9205d84bbcd6b124bf38c0f3cc /.easignore | |
parent | 1ba3466d539eb724de6500a613e47dfdfed100e2 (diff) | |
download | voidsky-ae4ce4bb87a5bbe5b238a19829d137953282aed5.tar.zst |
Fix easignore
Diffstat (limited to '.easignore')
-rw-r--r-- | .easignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.easignore b/.easignore index cdf1b7abf..29fc4124b 100644 --- a/.easignore +++ b/.easignore @@ -91,8 +91,8 @@ web-build/ # Android & iOS folders -android/ -ios/ +/android/ +/ios/ # environment variables .env |