You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/release/tutorial/part-1/orientation.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,7 @@ super-rentals
123
123
│ ├── optional-features.json
124
124
│ └── targets.js
125
125
├── public
126
+
│ ├── _redirects
126
127
│ └── robots.txt
127
128
├── tests
128
129
│ ├── helpers
@@ -149,7 +150,7 @@ super-rentals
149
150
├── package-lock.json
150
151
└── testem.js
151
152
152
-
15 directories, 32 files
153
+
15 directories, 33 files
153
154
```
154
155
155
156
We'll learn about the purposes of these files and folders as we go. For now, just know that we'll spend most of our time working within the `app` folder.
0 commit comments