Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
776 changed files with 37625 additions and 10692 deletions
Showing only changes of commit d8810f2915 - Show all commits

25
.gitignore vendored
View File

@@ -33,11 +33,30 @@ yarn-error.log*
# vercel
.vercel
# logs - allow only specific folders
/logs
# logs
logs/
**/logs/
*.log
**/*.log
log/
**/log/
# typescript
*.tsbuildinfo
next-env.d.ts
certificates
# certificates
certificates/
**/certificates/
*.cert
*.key
*.pem
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*.swn
.DS_Store
Thumbs.db