fix gitignore to allow build/node_modules

This commit is contained in:
2026-07-13 18:01:55 +05:30
parent d61aeac2bf
commit 4b90a5d480

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
.next/
node_modules/
/node_modules/
.DS_Store
*.log