Skip to content

Commit beaf325

Browse files
committed
feat(services): cors, ui buttons, etc
1 parent c15583e commit beaf325

File tree

10 files changed

+460
-37
lines changed

10 files changed

+460
-37
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
# dependencies
12
node_modules
3+
4+
# testing
5+
coverage
6+
7+
# production
8+
build
9+
10+
# misc
11+
.DS_Store
12+
.env.local
13+
.env.development.local
14+
.env.test.local
15+
.env.production.local
16+
17+
npm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*

0 commit comments

Comments
 (0)