Skip to content

Commit 11b134b

Browse files
committed
chore: hide and ignore main lingering assets
1 parent ef33088 commit 11b134b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ first-gen/test/visual/test.js
112112
test-results
113113
second-gen/packages/swc/playwright-report
114114

115+
# lingering directories from before monorepo
116+
packages/*
117+
projects/*
118+
tools/*
119+
test/*
120+
115121
# vitest browser test screenshots
116122
**/__screenshots__/
117123

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
"first-gen/tools/**/*.d.ts": {
2424
"when": "$(basename).ts"
2525
},
26-
"**/*.test-vrt.ts": true
26+
"**/*.test-vrt.ts": true,
27+
"projects/**": true,
28+
"tools/**": true,
29+
"test/**": true,
30+
"packages/**": true
2731
},
2832
"typescript.tsdk": "node_modules/typescript/lib",
2933
"lit-plugin.strict": true,

0 commit comments

Comments
 (0)