chore(ci): Ignore the .opencode/ directory as per best practice.
All checks were successful
ci / ci (22) (push) Successful in 10m34s
All checks were successful
ci / ci (22) (push) Successful in 10m34s
This commit is contained in:
parent
2808f82c29
commit
8970f46a80
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -27,6 +27,8 @@ out/
|
|||
build
|
||||
dist
|
||||
|
||||
# OpenSpec / Environment specific files
|
||||
.opencode/
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
|
|
@ -36,4 +38,3 @@ yarn-error.log*
|
|||
# Misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
opencode.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue