add .gitignore file to exclude unnecessary files from version control

This commit is contained in:
2026-03-06 17:47:29 +01:00
commit 9efec8bc93

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules
dist
build