Skip to content

Commit 1c39f19

Browse files
chore: ignore first and second-gen folders (#5824)
1 parent 2811b9e commit 1c39f19

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ projects/**/*.css.ts
7777
tools/**/*.css.ts
7878
styles/**/*.css.ts
7979

80+
# barebones assets
81+
first-gen/*
82+
second-gen/*
83+
8084
# test assets
8185
TESTS.xml
8286
test-results.xml

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"tools/**/*.js": { "when": "$(basename).ts" },
1010
"tools/**/*.dev.js": { "when": "$(basename).js" },
1111
"tools/**/*.d.ts": { "when": "$(basename).ts" },
12-
"**/*.test-vrt.ts": true
12+
"**/*.test-vrt.ts": true,
13+
"first-gen/**": true,
14+
"second-gen/**": true
1315
},
1416
"typescript.tsdk": "node_modules/typescript/lib",
1517
"lit-plugin.strict": true,

0 commit comments

Comments
 (0)