ignore env file

This commit is contained in:
2026-03-12 14:39:14 -07:00
parent 22158824bd
commit c5bc8f0543
2 changed files with 13 additions and 2 deletions

View File

@@ -1 +1,11 @@
{} {
"permissions": {
"allow": [
"Bash(go test:*)",
"Bash(golangci-lint run:*)",
"Bash(git restore:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
]
}
}

3
.gitignore vendored
View File

@@ -34,4 +34,5 @@ clients/python/*.egg-info/
clients/lisp/**/*.fasl clients/lisp/**/*.fasl
# manual testing # manual testing
/run/ /run/
.env