diff --git a/README.md b/README.md index 3f0f269..68bd906 100644 --- a/README.md +++ b/README.md @@ -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.