Skip to content

Commit 3a5dc4f

Browse files
committedApr 16, 2024
first commit
0 parents  commit 3a5dc4f

Some content is hidden

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

51 files changed

+10532
-0
lines changed
 

‎.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
node_modules
3+
dist
4+
dev-dist
5+
build
6+
types
7+
.idea
8+
.github

‎.vscode/extensions.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"eg2.vscode-npm-script",
4+
"christian-kohler.npm-intellisense",
5+
"ms-edgedevtools.vscode-edge-devtools",
6+
"PWABuilder.pwa-studio"
7+
]
8+
}

0 commit comments

Comments
 (0)
Please sign in to comment.