docs: point to tf_examples repo, add tf_examples to .gitignore
This commit is contained in:
@@ -13,6 +13,7 @@ provider/internal/resources_gen/
|
||||
tfluceecrud/
|
||||
tfflaskcrud/
|
||||
tfnodejscrud/
|
||||
tf_examples/
|
||||
gateway/
|
||||
generated/
|
||||
TOOLS/bin/
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
## Что где менять
|
||||
|
||||
Reference in New Issue
Block a user