From ae60ce3fcf7f5a9037d2c8b2ae76689838460b26 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sun, 19 Jan 2025 11:19:17 -0600 Subject: [PATCH] Update .gitignore to include the dist directory Updated the `.gitignore` file to replace `dist/module.zip` with the entire `dist` directory, ensuring all files within the directory are ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 633689c..6229d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .vscode .eslintrc.js -dist/module.zip +dist