Skip to content

Commit c6ceb94

Browse files
committed
Fix Update README.md
1 parent fe54049 commit c6ceb94

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
4+
*/node_modules/*
55

66
# testing
77
/coverage
@@ -10,7 +10,7 @@
1010
#/build
1111

1212
# lock file
13-
package-lock.json
13+
*/package-lock.json
1414

1515
# misc
1616
.DS_Store

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
BackendとFrontend(React)を使用した何かを作る予定
33

44

5+
56
### backend API Routes
67

78
|URL|Type|Request|Response

0 commit comments

Comments
 (0)