chore(repo): ignore local beads runtime lock and screenshot artifacts
This commit is contained in:
parent
e1f3d48f6e
commit
65b59a11f7
2 changed files with 10 additions and 0 deletions
6
.eslintrc.json
Normal file
6
.eslintrc.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"next/typescript"
|
||||
]
|
||||
}
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -9,3 +9,7 @@ worktrees/
|
|||
|
||||
# beads lock artifact
|
||||
.beads/.bv.lock
|
||||
.beads/.jsonl.lock
|
||||
|
||||
# local screenshot artifacts
|
||||
artifacts/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue