Reproduction URL (Required)
n/a
What version of daisyUI are you using?
mainline
Which browsers are you seeing the problem on?
No response
Describe your issue
I recently pulled the daisyui git repo, and it took a while to download which was surprising because there is no large files in the repo and no callouts for git-lfs. Upon future inspection it seems that .git/objects is taking up 10GB of space.
Recreate Issue
$ git clone https://github.com/saadeghi/daisyui.git
$ du -h -d 2 .
3.7M ./packages/daisyui
404K ./packages/playground
596K ./packages/bundle
5.6M ./packages/docs
28K ./packages/logs
10M ./packages
24K ./.github/workflows
12K ./.github/ISSUE_TEMPLATE
52K ./.github
10G ./.git/objects
4.0K ./.git/info
12K ./.git/logs
64K ./.git/hooks
16K ./.git/refs
10G ./.git
10G .
Reproduction URL (Required)
n/a
What version of daisyUI are you using?
mainline
Which browsers are you seeing the problem on?
No response
Describe your issue
I recently pulled the daisyui git repo, and it took a while to download which was surprising because there is no large files in the repo and no callouts for
git-lfs. Upon future inspection it seems that.git/objectsis taking up 10GB of space.Recreate Issue