From 650e6fc2473d2e8ddd370bc994f1455d8feafa0a Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 11 Jan 2025 15:52:40 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 705b9c6..c1b7628 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,10 @@ dkms.conf # Dotenv .env +# Prevent module files from being ignored (e.g. NestJS) +!*.module* + +# Private files .bash_history .bash_aliases/private .bashrc.d/private