Am i supposed to add the drizzle folder to .gitignore?
I'm talking about the migrations and meta files. I don't need to commit those do I?
snapshot.json files that gets created, you can see how it stores the shape of every model for that snapshot. Then when you create the next migration, it compares that snapshot with the current state of your models from your TypeScript code.drizzle/meta when a migration is ready to ship. If a migration isn't ready to ship, I throw away the drizzle/meta changes and I may or may not commit the generated SQL at that time if I want to track whats cooking.snapshot.jsondrizzle/metadrizzle/meta