Skip to content

Commit

Permalink
vide setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alicesaidhi committed Jun 29, 2024
1 parent 36c7c5e commit e1e0626
Show file tree
Hide file tree
Showing 39 changed files with 450 additions and 2,338 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

Packages
site
.DS_Store
.DS_Store

/sourcemap.json
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"luau-lsp.sourcemap.rojoProjectFile": "test.project.json",
"luau-lsp.completion.imports.requireStyle": "alwaysRelative",
"luau-lsp.fflags.override": {
"LuauTypeInferIterationLimit": "0",
"LuauCheckRecursionLimit": "0",
"LuauTypeInferRecursionLimit": "0",
"LuauTarjanChildLimit": "0",
"LuauTypeInferTypePackLoopLimit": "0",
"LuauVisitRecursionLimit": "0",
"LuauParseDeclareClassIndexer": "true",
"LuauLoopControlFlowAnalysis": "true"
},

"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
Expand Down
1 change: 0 additions & 1 deletion sourcemap.json

This file was deleted.

24 changes: 0 additions & 24 deletions src/Components/Controls/AppBarButton.luau

This file was deleted.

49 changes: 0 additions & 49 deletions src/Components/Controls/AppTabBarButton.luau

This file was deleted.

78 changes: 0 additions & 78 deletions src/Components/Controls/BaseButton.luau

This file was deleted.

67 changes: 0 additions & 67 deletions src/Components/Controls/Checkbox.luau

This file was deleted.

Loading

0 comments on commit e1e0626

Please sign in to comment.