Skip to content

Commit

Permalink
Fix broken build / Ignore Autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jul 10, 2024
1 parent e150d93 commit bcafb06
Show file tree
Hide file tree
Showing 55 changed files with 1,365 additions and 2,160 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ yarn-error.log*

# vercel
.vercel


# Sentil
**/stencil-generated/*
!**/stencil-generated/.gitkeep
26 changes: 13 additions & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"workbench.editor.highlightModifiedTabs": true,
"explorer.sortOrder": "type",
"files.trimFinalNewlines": true,
"files.exclude": {
"**/.git": true,
"**/.turbo": true,
"**/.next": true,
"**/.angular": true,
"**/.stencil": true,
"**/.vscode": true,
"**/build": true,
"**/dist": true,
"**/node_modules": true,
"**/storybook-static": true,
"**/out": true
},
// "files.exclude": {
// "**/.git": true,
// "**/.turbo": true,
// "**/.next": true,
// "**/.angular": true,
// "**/.stencil": true,
// "**/.vscode": true,
// "**/build": true,
// "**/dist": true,
// "**/node_modules": true,
// "**/storybook-static": true,
// "**/out": true
// },
"search.exclude": {
"**/.git": true,
"**/.turbo": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {
<section>
<h2>Stencil Components</h2>
<div className="component-row">
<SearchBox theme={{ colors: { light: { primaryColor: 'red' }, dark: { primaryColor: '#fff' } } }} />
<SearchBox />
</div>
</section>
</main>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-stencil-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"ng-packagr": "^18.0.0",
"typescript": "^5.4.5"
"typescript": "~5.4.5"
}
}

This file was deleted.

1 change: 1 addition & 0 deletions packages/ui-stencil-react/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bcafb06

Please sign in to comment.