From 574b968cdcff7fb248dfac11e9dd21ede4748927 Mon Sep 17 00:00:00 2001 From: "Alice (ShchegolikhinYR)" Date: Fri, 21 Mar 2025 12:09:47 +0300 Subject: [PATCH] =?UTF-8?q?git:=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0=20DerivedData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + project/main.cpp => main.cpp | 0 2 files changed, 1 insertion(+) create mode 100644 .gitignore rename project/main.cpp => main.cpp (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c3e78b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/DerivedData diff --git a/project/main.cpp b/main.cpp similarity index 100% rename from project/main.cpp rename to main.cpp