mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
23 lines
300 B
Plaintext
23 lines
300 B
Plaintext
/node_modules
|
|
/coverage
|
|
/cli
|
|
/lib
|
|
/peers
|
|
/example
|
|
.vscode
|
|
.DS_Store
|
|
tailwind.config.js
|
|
index.html
|
|
yarn.lock
|
|
yarn-error.log
|
|
types/generated/*.d.ts
|
|
|
|
# Perf related files
|
|
isolate*.log
|
|
|
|
# Generated files
|
|
/src/corePluginList.js
|
|
|
|
# Generated files during tests
|
|
/tests/evaluate-tailwind-functions.test.html
|