From fbb34617cc5d73a61e51447350d1494609b67c4e Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 12 May 2022 09:24:13 +0700 Subject: [PATCH] update .gitignore --- .gitignore | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7713f68..386f290 100644 --- a/.gitignore +++ b/.gitignore @@ -45,13 +45,16 @@ app.*.map.json /android/app/profile /android/app/release -android -ios -web -windows -linux -macos +# Platform +android/ +ios/ +web/ +windows/ +linux/ +macos/ +# Test +test/ # General .DS_Store @@ -79,4 +82,4 @@ Icon .AppleDesktop Network Trash Folder Temporary Items -.apdisk +.apdisk \ No newline at end of file