From 7e77775cd4290b85352a81699fa04c12113514b2 Mon Sep 17 00:00:00 2001 From: "PC1\\PTyTb" Date: Tue, 5 Aug 2025 20:22:27 +0300 Subject: [PATCH] =?UTF-8?q?+=D0=B8=D0=B3=D0=BD=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..743cd06 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# скомпилированные файлы +*.dcu +*.dpu +*.exe +*.dll +*.so +*.bpl +*.res + + +# файлы IDE и сборки +*.dsk +*.dproj.local +*.identcache +*.otares +__history/ +backup/ +bin/ +lib/ \ No newline at end of file