tailwindcss/.gitignore
Philipp Spiess c7ba564f92
Fix slow unit test (#17465)
This PR reworks a unit test that created a file in the project root and
then proceeded by scanning everything in the git root for candidates.
The issue specifically is that with the `.debug/` folder, our project
root can grow quite a bit which makes this test slower the more you work
on other tests...

To fix this we now simply create a tmp folder with only that one test
file. 🚀
2025-03-31 15:26:01 +02:00

11 lines
118 B
Plaintext

node_modules/
dist/
coverage/
.turbo
test-results/
playwright-report/
blob-report/
playwright/.cache/
target/
.debug/