Skip to content

Commit f5843d2

Browse files
committed
part 2
1 parent d5ab6a7 commit f5843d2

File tree

7 files changed

+1077
-2150
lines changed

7 files changed

+1077
-2150
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,24 @@
1919
npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
22+
# See https://help.github.com/ignore-files/ for more about ignoring files.
23+
24+
# dependencies
25+
/node_modules
26+
27+
# testing
28+
/coverage
29+
30+
# production
31+
/build
32+
33+
# misc
34+
.DS_Store
35+
.env.local
36+
.env.development.local
37+
.env.test.local
38+
.env.production.local
39+
40+
npm-debug.log*
41+
yarn-debug.log*
42+
yarn-error.log*

0 commit comments

Comments
 (0)