File tree Expand file tree Collapse file tree 2 files changed +24
-14
lines changed
Expand file tree Collapse file tree 2 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
2+ Thumbs.db
3+ ** /node_modules
4+ ** /temp- *
5+ ** /tsconfig.tsbuildinfo
6+ .parcel-cache
7+ ** /exe /
8+ ** /log
9+ ** /exe
10+ ** /cache
11+ ** /.cache
12+ ** /coverage
13+ ** /.turbo
14+ ** /assets
15+ ** /build
16+ ** /__tests__
17+ ** /dev /cpp_vcpkg_project
18+ ** /packages /* /dist /
19+ ** /* .tgz
20+ ** /.eslintrc.json
21+ ** /jest.config.mjs
22+ .vscode /
23+ .github /
24+ biome.jsonc
Original file line number Diff line number Diff line change 1111 "bin" : {
1212 "setup-cpp" : " dist/legacy/setup-cpp.js"
1313 },
14- "files" : [
15- " action.yml" ,
16- " .dockerignore" ,
17- " dist" ,
18- " src" ,
19- " packages" ,
20- " dev/docker" ,
21- " README.md" ,
22- " LICENSE.txt" ,
23- " LICENSE.dependencies.txt" ,
24- " package.json" ,
25- " package-version.json" ,
26- " tsconfig.json"
27- ],
2814 "scripts" : {
2915 "build" : " turbo build && run-p build.types.modern lint.root.tsc build.cli.modern build.cli.legacy build.library && run-p build.json build.bash" ,
3016 "build.cli.modern" : " cross-env NODE_ENV=production vite build --mode cli-modern" ,
You can’t perform that action at this time.
0 commit comments