From d64060cffb0a8c8c9ee9c7cf8c1cd09219c25dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=97=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=BE=D1=86=D0=BA=D0=B8=D0=B9?= Date: Wed, 18 Oct 2023 22:27:43 +0300 Subject: [PATCH] Initial commit --- .gitignore | 32 ++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61043be --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# ---> Lazarus +# Lazarus compiler-generated binaries (safe to delete) +*.exe +*.dll +*.so +*.dylib +*.lrs +*.res +*.compiled +*.dbg +*.ppu +*.o +*.or +*.a + +# Lazarus autogenerated files (duplicated info) +*.rst +*.rsj +*.lrt + +# Lazarus local files (user-specific info) +*.lps + +# Lazarus backups and unit output folders. +# These can be changed by user in Lazarus/project options. +backup/ +*.bak +lib/ + +# Application bundle for Mac OS +*.app/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..12cb0ab --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# LMS-2_ReportAPI + +Служба отчетов ЛМС-2 \ No newline at end of file