Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ npx create-next-app -e https://github.com/zaiste/next-app-plus
```
pnpm create next-app -e https://github.com/zaiste/next-app-plus
```

A `.gitkeep` file is often used in Git repositories to keep empty directories. Git does not track empty directories, so adding a `.gitkeep` file to an empty directory allows it to be tracked in the repository. Once you add other files to the directory, you can remove the `.gitkeep` file if it’s no longer needed. The `.gitkeep` file itself has no special meaning to Git – it’s simply a naming convention used by developers.