commit 482b9cae09ea190848ee8160724a1c1ef72d84a3 Author: Max P. Date: Sat Mar 29 22:54:45 2025 +0100 Add .gitignore to exclude node_modules, dist, and other build artifacts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03a370c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules/* +dist/* +package-lock.json +.locale/* +test/ \ No newline at end of file