Skip to content

Commit

Permalink
[#1811] Add a note that the handling of ignored directories is curren…
Browse files Browse the repository at this point in the history
…tly inconsistent
  • Loading branch information
bbatsov committed Jan 30, 2025
1 parent 09cb055 commit 28bc450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ is set to `alien'."
:group 'projectile
:type '(repeat string))

;; TODO: Those are treated by parts of the code as
;; regular expressions and by other parts as regular strings.
;; Their handling has to be made consistent across the board.
;; See https://github.com/bbatsov/projectile/issues/1811 for details.
(defcustom projectile-globally-ignored-directories
'(".idea"
".vscode"
Expand Down

0 comments on commit 28bc450

Please sign in to comment.