chore: fix build scripts to create build directory and update gitignore

- Update all build scripts (.sh and .bat) to automatically create build directory if it doesn't exist
- Fix 'can't cd to build' error that occurred when build directory was missing
- Update .gitignore to exclude build artifacts and IDE files
- Add proper navigation to project root in build_dev.bat for consistency
This commit is contained in:
2025-11-03 19:50:20 +05:30
parent 9bb3957d5f
commit e19bddd8d7
5 changed files with 26 additions and 7 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
.vscode
.vscode
build/