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:*)"
]
}
}

1
.gitignore vendored
View File

@@ -35,3 +35,4 @@ clients/lisp/**/*.fasl
# manual testing # manual testing
/run/ /run/
.env