commit d64060cffb0a8c8c9ee9c7cf8c1cd09219c25dd8 Author: Алексей Заблоцкий Date: Wed Oct 18 22:27:43 2023 +0300 Initial commit 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