We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e1c7 commit d9b63e5Copy full SHA for d9b63e5
packages/tailwindcss-language-server/tests/env/ignored.test.ts
@@ -68,7 +68,8 @@ defineTest({
68
defineTest({
69
name: 'ignores can be overridden',
70
fs: {
71
- 'aaa/.git/app.css': found,
+ 'aaa/app.css': ignored,
72
+ 'bbb/.git/app.css': found,
73
},
74
75
prepare: async ({ root }) => ({
@@ -77,7 +78,7 @@ defineTest({
77
78
settings: {
79
tailwindCSS: {
80
files: {
- exclude: [],
81
+ exclude: ['**/aaa/**'],
82
83
84
0 commit comments