From ba790e23e84c2146e15d3735862dc056f6baef41 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 27 Aug 2026 00:07:18 -0700 Subject: Ignore .phel This makes opening a new file faster in Emacs because it won't search through the cached compiled PHP files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0355937..df80d05 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ composer.lock .phel-repl-history phel-config-local.php gacela*.php + +/.phel/ -- cgit v1.3-2-g0d8e