1
0

Update .gitignore and package.json with additional ignored files and dependencies

This commit is contained in:
2025-06-01 06:47:50 +02:00
parent 90bb154620
commit 35c270490f
3 changed files with 361 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,5 @@
node_modules
package-lock.json
dist
dist.DS_Store
.git
.gitignore