Skip to content

Commit eee291d

Browse files
classwork_3
1 parent 5b69674 commit eee291d

18 files changed

+14207
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
node_modules/
2-
.idea/
2+
.idea/

classwork/lesson-3/lesson2/.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

classwork/lesson-3/lesson2/README.md

Lines changed: 2486 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)