Skip to content

Commit 43056b3

Browse files
committed
Initial Project Setup
1 parent 15015d6 commit 43056b3

File tree

12 files changed

+1889
-0
lines changed

12 files changed

+1889
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
# Editor directories and files
11+
.vscode/*
12+
!.vscode/extensions.json
13+
.idea
14+
.DS_Store
15+
*.suo
16+
*.ntvs*
17+
*.njsproj
18+
*.sln
19+
*.sw?
20+
21+
# Project directories and files
22+
23+
node_modules
24+
dist
25+
dist-ssr
26+
*.local
27+
28+
config.env

app.js

Whitespace-only changes.

0 commit comments

Comments
 (0)