commit de3fd9ff4a8f508bccb9484a627431544b2e8642 Author: Reimar Date: Tue Apr 22 10:25:15 2025 +0200 Initial commit 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/ +