PrismarineJS / PrismarineJS/node-minecraft-data
All gitignore paths should start with a slash
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 127
- Forks
- 76
- Avg merge
- 7m
- Merged PRs (30d)
- 3
Description
… to make it more predictable which files you meant to actually ignore. It might also improve performance.
If there is a pathname component, usually the better choice is to make a separate .gitignore file in that subdirectory.
If you really need infinitely recursive ignore rules, ( 1. you're probably doing it wrong and 2. ) explicitly start them with /**/… so people know it's not a mistake.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's .gitignore files and reviewing their pathname patterns. Update patterns so they explicitly begin with / where appropriate, while retaining intentional /**/ rules; done means the entries follow the issue's stated convention without changing intended ignore behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100