Skip to content

Commit 9d83c1a

Browse files
Updates
0 parents  commit 9d83c1a

5 files changed

Lines changed: 166 additions & 0 deletions

File tree

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Dependencies
2+
node_modules
3+
4+
# Build output
5+
dist
6+
7+
# IDE
8+
.idea
9+
.vscode
10+
*.swp
11+
*.swo
12+
13+
# OS
14+
.DS_Store
15+
16+
# Logs
17+
*.log
18+
npm-debug.log*
19+
20+
# Local env files
21+
.env
22+
.env.local
23+
.env.*.local

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node21labs.com

0 commit comments

Comments
 (0)