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
|
build
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
# OpenSpec / Environment specific files
|
||||||
|
.opencode/
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|
@ -36,4 +38,3 @@ yarn-error.log*
|
||||||
# Misc
|
# Misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pem
|
*.pem
|
||||||
opencode.json
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue