fix: ignore dot files

This commit is contained in:
boypt
2026-08-16 11:23:19 +08:00
parent cbb519644d
commit 43ff05ed49
2 changed files with 1 additions and 15 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
BUILD/ BUILD/
output/ output/
.*
*-local* *-local*
*.orig *.orig
*.swp *.swp

View File

@@ -1,15 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"read": {
"version.env": "allow"
},
"edit": {
"version.env": "allow"
},
"bash": "allow",
"external_directory": {
"/tmp/**": "allow"
}
}
}