docs: point to tf_examples repo, add tf_examples to .gitignore

This commit is contained in:
“Naeel”
2026-07-21 09:06:13 +04:00
parent 5d338bbd02
commit f0e01dad6e
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ provider/internal/resources_gen/
tfluceecrud/
tfflaskcrud/
tfnodejscrud/
tf_examples/
gateway/
generated/
TOOLS/bin/
+3 -4
View File
@@ -2,12 +2,11 @@
Три приложения (Lucee / Flask / Node.js) + общая PostgreSQL. Каждое делает CRUD в одной таблице `crud_items`.
## Как скачать только эту папку
## Как скачать
```bash
git clone --depth 1 --filter=blob:none --sparse https://gitea.services.ngcloud.ru/Nail/tf_provider.git
cd tf_provider
git sparse-checkout set TEST_STAND/CRUD
git clone https://gitea.services.ngcloud.ru/Nail/tf_examples.git
cd tf_examples/CRUD
```
## Что где менять