Skip to content

Commit 5d82056

Browse files
committed
initial commit
0 parents  commit 5d82056

4 files changed

Lines changed: 1463 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Dependencies
2+
node_modules/
3+
npm-debug.log
4+
yarn-debug.log
5+
yarn-error.log
6+
7+
# Environment variables
8+
.env
9+
.env.local
10+
.env.development
11+
.env.test
12+
.env.production
13+
14+
# OS specific files
15+
.DS_Store
16+
Thumbs.db
17+
18+
# Logs
19+
logs/
20+
*.log
21+
22+
# Runtime data
23+
pids
24+
*.pid
25+
*.seed
26+
*.pid.lock
27+

0 commit comments

Comments
 (0)