diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-06 03:34:13 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-06 04:15:13 +0900 |
| commit | 2d606b1f4b92fc9c037aaf5718bc3e24ef05a532 (patch) | |
| tree | 8032a6cc4d521a258aa19bc7610267a28917371c /.gitignore | |
| parent | 1b5b089c788ed0bec4be8666e1f8c1712f5ba570 (diff) | |
wl: implement security-context-v1
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,4 +22,7 @@ go.work.sum # env file .env .idea -.vscode
\ No newline at end of file +.vscode + +# go generate +security-context-v1-protocol.*
\ No newline at end of file |
