From 342874a2993049ca0280dc6caa56a8c4f4ab44ac Mon Sep 17 00:00:00 2001 From: kj1352 Date: Mon, 12 Apr 2021 10:15:02 +0530 Subject: [PATCH] Added android and gradle to ignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 416fc4c..b767745 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,8 @@ npm-debug.log* /platforms /plugins /www + + +# Remove this if you change code in capacitor and want to include native +/.gradle +/android \ No newline at end of file