Skip to content

Commit 3d318c7

Browse files
committed
AGENTS.mdにリポジトリ構成の詳細を追加
1 parent 349a194 commit 3d318c7

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,33 @@
1616
├── review.agent.md # コードレビュー
1717
└── pr.agent.md # PR 作成
1818
```
19+
20+
## リポジトリ構成
21+
22+
| Area | Location | Description |
23+
| --- | --- | --- |
24+
| act | `act/` | nektos/act 関連のファイル |
25+
| Bicep | `bicep/` | Bicep テンプレート |
26+
| Container | `container/` | コンテナ関連 |
27+
| Nginx container | `container/nginx` | Nginx コンテナ関連 |
28+
| dotnet | `dotnet/` | .NET 関連 |
29+
| .NET 6.0 | `dotnet/net6.0/` | .NET 6.0 関連 |
30+
| .NET 7.0 | `dotnet/net7.0/` | .NET 7.0 関連 |
31+
| .NET 8.0 | `dotnet/net8.0/` | .NET 8.0 関連 |
32+
| .NET 9.0 | `dotnet/net9.0/` | .NET 9.0 関連 |
33+
| .NET 10.0 | `dotnet/net10.0/` | .NET 10.0 関連 |
34+
| .NET Standard 2.0 | `dotnet/netStandard2.0/` | .NET Standard 2.0 関連 |
35+
| HTML | `html/` | HTML サンプル |
36+
| Node.js | `nodejs/` | Node.js サンプル |
37+
| Express | `nodejs/express/` | Express サンプル |
38+
| Nuxt.js | `nodejs/nuxtjs/` | Nuxt.js サンプル |
39+
| PHP | `php/` | PHP サンプル |
40+
| CakePHP 5 | `php/cakephp5/` | CakePHP 5 サンプル |
41+
| Laravel | `php/laravel/` | Laravel サンプル |
42+
| Simple | `php/simple/` | Simple PHP サンプル |
43+
| Playwright | `playwright/` | Playwright サンプル |
44+
| Python | `python/` | Python サンプル |
45+
| Django | `python/django/` | Django サンプル |
46+
| FastAPI | `python/fastapi/` | FastAPI サンプル |
47+
| sqlscripts | `sqlscripts/` | SQL スクリプト |
48+

0 commit comments

Comments
 (0)