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/ tfluceecrud/
tfflaskcrud/ tfflaskcrud/
tfnodejscrud/ tfnodejscrud/
tf_examples/
gateway/ gateway/
generated/ generated/
TOOLS/bin/ TOOLS/bin/
+3 -4
View File
@@ -2,12 +2,11 @@
Три приложения (Lucee / Flask / Node.js) + общая PostgreSQL. Каждое делает CRUD в одной таблице `crud_items`. Три приложения (Lucee / Flask / Node.js) + общая PostgreSQL. Каждое делает CRUD в одной таблице `crud_items`.
## Как скачать только эту папку ## Как скачать
```bash ```bash
git clone --depth 1 --filter=blob:none --sparse https://gitea.services.ngcloud.ru/Nail/tf_provider.git git clone https://gitea.services.ngcloud.ru/Nail/tf_examples.git
cd tf_provider cd tf_examples/CRUD
git sparse-checkout set TEST_STAND/CRUD
``` ```
## Что где менять ## Что где менять