From de3fd9ff4a8f508bccb9484a627431544b2e8642 Mon Sep 17 00:00:00 2001 From: Reimar Date: Tue, 22 Apr 2025 10:25:15 +0200 Subject: [PATCH] Initial commit --- README.md | 1 + app/.gitignore | 2 ++ backend/.gitignore | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 README.md create mode 100644 app/.gitignore create mode 100644 backend/.gitignore diff --git a/README.md b/README.md new file mode 100644 index 0000000..2460f3e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# EasyEat diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..13bbe5b --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,2 @@ +.idea/ + diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..7b006d2 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,2 @@ +.vs/ +