From 0ba4833bda2a90c59fede929cb3303c762fda9fd Mon Sep 17 00:00:00 2001 From: KP9lK Date: Mon, 27 Jan 2025 07:01:50 +0300 Subject: [PATCH] git init --- .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