Skip to content

Commit

Permalink
Enable *respect-gitignore* by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaz1 authored Mar 1, 2025
1 parent e372c07 commit 72ed99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/project.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
(find-root (parent-directory pathname) :recurse recurse :recursing t)
pathname)))))

(defvar *respect-gitignore* nil
(defvar *respect-gitignore* t
"If non-nil, project-find-file will respect .gitignore files.")

(defun git-repository-p (pathname)
Expand Down

0 comments on commit 72ed99e

Please sign in to comment.