Skip to content

Commit

Permalink
fix: use globify-gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 26, 2021
1 parent 437324d commit 50f122e
Show file tree
Hide file tree
Showing 4 changed files with 3,489 additions and 4,172 deletions.
230 changes: 0 additions & 230 deletions lib/path-utils.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/paths-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { EventEmitter } from "events"
import minimatch from "minimatch"
import { Directory, File } from "atom"
import { union } from "./utils"
import { globifyPath, globifyDirectory, globifyGitIgnoreFile } from "./path-utils"
import { globifyPath, globifyDirectory, globifyGitIgnoreFile } from "globify-gitignore"
import glob from "fast-glob"
import * as chokidar from "chokidar"

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"dependencies": {
"chokidar": "^3.5.1",
"fast-glob": "^3.2.5",
"globify-gitignore": "^0.1.1",
"is-glob": "^4.0.1",
"is-valid-path": "^0.1.1",
"minimatch": "^3.0.4",
Expand Down
Loading

0 comments on commit 50f122e

Please sign in to comment.