Skip to content

Commit 230b8cf

Browse files
committed
fix(website): add README to folder and track it
1 parent 8466058 commit 230b8cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

website/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ yarn-error.log*
3434
.vercel
3535

3636
# persistence to get around not being able to pass data directly from getStaticPaths to getStaticProps
37-
.serde
37+
.serde/*
38+
!.serde/README.md

website/.serde/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory serves as a "staging area" for Next.js's `getStaticPaths` data such that it can be read in `getStaticProps`. As the data is generated, the contents of this folder are untracked.

0 commit comments

Comments
 (0)