From 482b9cae09ea190848ee8160724a1c1ef72d84a3 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 29 Mar 2025 22:54:45 +0100 Subject: [PATCH] Add .gitignore to exclude node_modules, dist, and other build artifacts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore 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