diff --git a/web/.gitignore b/web/.gitignore index 18c7b4b9..c79d06b5 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -42,4 +42,11 @@ next-env.d.ts # Cursor .cursor -.env.local \ No newline at end of file +.env.local +# Turborepo +.turbo + +# Pocketbase +backend/pocketbase +backend/pb_data +backend/pb_migrations \ No newline at end of file