Local dev runs with the SQLite backend leave `wfe.db{,-shm,-wal}` files
in the repo root, and `workflows.schema.yaml` is a generated artifact
we prefer to fetch from the running server's `/schema/workflow.yaml`
endpoint rather than checking in.
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
/target
|
|
Cargo.lock
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
.env*
|
|
# Local dev SQLite database + WAL companions
|
|
/wfe.db
|
|
/wfe.db-shm
|
|
/wfe.db-wal
|
|
# Auto-generated schema artifact (server endpoint is the source of truth)
|
|
/workflows.schema.yaml
|