Skip to content

Commit 21af089

Browse files
committed
Add project files.
1 parent 5dc8bdd commit 21af089

File tree

3,315 files changed

+112504
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,315 files changed

+112504
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
public/build
12+
dist
13+
dist-ssr
14+
*.local
15+
16+
# Editor directories and files
17+
.vscode/*
18+
!.vscode/extensions.json
19+
.idea
20+
.DS_Store
21+
*.suo
22+
*.ntvs*
23+
*.njsproj
24+
*.sln
25+
*.sw?

.vs/VSWorkspaceState.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\src",
5+
"\\src\\assets",
6+
"\\src\\lib"
7+
],
8+
"SelectedNode": "\\src\\lib\\store.js",
9+
"PreviewInSolutionExplorer": false
10+
}

.vs/slnx.sqlite

808 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/svelte-on-rust/FileContentIndex/read.lock

Whitespace-only changes.

.vs/svelte-on-rust/v17/.wsuo

34 KB
Binary file not shown.

0 commit comments

Comments
 (0)