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.
This commit is contained in:
2025-01-19 11:19:17 -06:00
parent aba086d7f0
commit ae60ce3fcf

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
.vscode
.eslintrc.js
dist/module.zip
dist