.hgignore
author Luke Hoersten <luke@hoersten.org>
Thu, 02 Oct 2025 10:22:50 -0500
changeset 107 79cddb8296e6
parent 82 12cf67bc486c
permissions -rw-r--r--
Upgraded JS modes. Changes: - Removed js2-mode package - Added treesit-auto package - Enabled global-treesit-auto-mode This will automatically: - Use js-ts-mode for JavaScript files - Install tree-sitter grammars on first use - Apply tree-sitter modes to other languages too (JSON, TypeScript, Python, etc.)

syntax: regexp
^url\/
^elpa\/
^eshell\/
^smex-items$
\.elc$
\.mc-lists\.el$
\.DS_Store$
session\..*$
ac-comphist\.dat$
^projectile-bookmarks\.eld$
~$
\#.*\#$