From 4da0d17918e1d3b3492ddfa04de682d6548b9c26 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Tue, 21 Feb 2023 14:07:42 -0600 Subject: [PATCH] new gitignore Ignore tx, lang and _build directories --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 20551ff..747ea2c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ !ix.html !titlepage.html !toc.html + +tx +lang +_build