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 2811b9e commit 1c39f19Copy full SHA for 1c39f19
.gitignore
@@ -77,6 +77,10 @@ projects/**/*.css.ts
77
tools/**/*.css.ts
78
styles/**/*.css.ts
79
80
+# barebones assets
81
+first-gen/*
82
+second-gen/*
83
+
84
# test assets
85
TESTS.xml
86
test-results.xml
.vscode/settings.json
@@ -9,7 +9,9 @@
9
"tools/**/*.js": { "when": "$(basename).ts" },
10
"tools/**/*.dev.js": { "when": "$(basename).js" },
11
"tools/**/*.d.ts": { "when": "$(basename).ts" },
12
- "**/*.test-vrt.ts": true
+ "**/*.test-vrt.ts": true,
13
+ "first-gen/**": true,
14
+ "second-gen/**": true
15
},
16
"typescript.tsdk": "node_modules/typescript/lib",
17
"lit-plugin.strict": true,
0 commit comments