Initial project setup with README and .gitignore

This commit is contained in:
kevin-asprec
2026-03-16 15:35:25 +08:00
commit 8c37e5bb45
2 changed files with 62 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
node_modules/
dist/
.env
.env.local
.env.production
*.log
.DS_Store
.vscode/