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:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -39,3 +39,14 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# local SQLite database
|
||||
/prisma/dev.db
|
||||
/prisma/dev.db-*
|
||||
/dev.db
|
||||
/dev.db-*
|
||||
|
||||
# local plans / notes
|
||||
/.hermes/
|
||||
|
||||
/src/generated/prisma
|
||||
|
||||
Reference in New Issue
Block a user