Add .gitignore to exclude node_modules, dist, and other build artifacts

This commit is contained in:
2025-03-29 22:54:45 +01:00
commit 482b9cae09

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
node_modules/*
dist/*
package-lock.json
.locale/*
test/