chore: ignore local SQLite DB and Hermes plans

Add dev.db variants and .hermes/ to .gitignore so local data and
session planning files are not committed.
This commit is contained in:
hermes
2026-06-17 04:30:47 +00:00
parent 8427cfd76c
commit b77d0c73cd

11
.gitignore vendored
View File

@@ -39,3 +39,14 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
# local SQLite database
/prisma/dev.db
/prisma/dev.db-*
/dev.db
/dev.db-*
# local plans / notes
/.hermes/
/src/generated/prisma