-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed as not planned
Labels
Good First IssueMisc: Good First IssueMisc: Good First Issue
Description
Context
Missing .gitignore when creating a new project.
Steps To Reproduce
pnpm create vocs;
# follow stepsThen take a look at the full directory.
tree .;
.
├── README.md
├── docs
│ └── pages
│ ├── example.mdx
│ ├── getting-started.mdx
│ └── index.mdx
├── package.json
├── tsconfig.json
└── vocs.config.tsSolution
Include the .gitignore with ./create-vocs/templates/default/.gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# production
/docs/dist
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# typescript
*.tsbuildinfoMetadata
Metadata
Assignees
Labels
Good First IssueMisc: Good First IssueMisc: Good First Issue