From 833f8a99c1131ed8b023094a060306a7f47a26ab Mon Sep 17 00:00:00 2001 From: gogacoder Date: Sat, 19 Aug 2023 22:03:47 +0700 Subject: [PATCH] .gitignore --- .idea/.gitignore | 3 +++ app/.gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 app/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..42afabf --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file