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/
|
tfluceecrud/
|
||||||
tfflaskcrud/
|
tfflaskcrud/
|
||||||
tfnodejscrud/
|
tfnodejscrud/
|
||||||
|
tf_examples/
|
||||||
gateway/
|
gateway/
|
||||||
generated/
|
generated/
|
||||||
TOOLS/bin/
|
TOOLS/bin/
|
||||||
|
|||||||
@@ -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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Что где менять
|
## Что где менять
|
||||||
|
|||||||
Reference in New Issue
Block a user