Save current state as main version - updated gitignore and project structure

This commit is contained in:
2025-08-12 07:13:51 +07:00
parent 51f2505839
commit 70a865a974

3
.gitignore vendored
View File

@@ -1,5 +1,8 @@
# Dependencies
node_modules/
*/node_modules/
frontend/node_modules/
backend/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*