From e4df5967c0084c39dd776c0ec32395f76d7c2fdf Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 18 Jun 2026 23:00:30 +0000 Subject: [PATCH] Fix package name (ladill-events) + ignore storage/framework build artifacts Co-Authored-By: Claude Opus 4.8 --- package-lock.json | 2 +- storage/framework/cache/.gitignore | 2 ++ storage/framework/sessions/.gitignore | 2 ++ storage/framework/testing/.gitignore | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 storage/framework/cache/.gitignore create mode 100644 storage/framework/sessions/.gitignore create mode 100644 storage/framework/testing/.gitignore diff --git a/package-lock.json b/package-lock.json index 0f544b4..212f8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "ladill-qr-plus", + "name": "ladill-events", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/testing/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore