Variable: projectile-tags-file-name
projectile-tags-file-name is a variable defined in projectile.el.
This variable is obsolete since 3.4.0; add the file name to
projectile-globally-ignored-files instead.
Value
"TAGS"
Documentation
The name of the tags file Projectile excludes from indexing.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;; Remove in 4.0. This was only ever read to seed the default of
;; `projectile-globally-ignored-files' as this file loaded, so setting it
;; from an init file never did anything; that list now names TAGS itself.
(defvar projectile-tags-file-name "TAGS"
"The name of the tags file Projectile excludes from indexing.")