We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b113 commit 284ca0fCopy full SHA for 284ca0f
src/git.ts
@@ -28,7 +28,7 @@ export class GitCommander {
28
await this.exec('add', ['--', ...files])
29
}
30
31
- /** Check file is ignored via .gitignore. */
+ /** Check a file is ignored via .gitignore. */
32
async checkIgnore(file: string) {
33
try {
34
return Boolean(await this.exec('check-ignore', ['--', file]))
0 commit comments