Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description of .gitkeep file to README #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.