Skip to content

Commit 5967311

Browse files
authored
chore(git): update gitignore and remove unnecessary file (#10)
1 parent dbdc18f commit 5967311

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
# testing
1010
/coverage
11+
/test-results
1112

1213
# next.js
1314
/.next/
@@ -35,4 +36,10 @@ yarn-error.log*
3536
*.tsbuildinfo
3637
next-env.d.ts
3738

39+
# IDE
40+
/.idea
41+
42+
43+
# storybook
44+
/.storybook
3845
*storybook.log

test.http

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)