initial: add login

This commit is contained in:
Tran Anh Tuan
2025-10-29 17:47:45 +07:00
parent 45dc7d1ff8
commit 79959a3050
19 changed files with 864 additions and 67 deletions

36
.gitignore vendored
View File

@@ -41,3 +41,39 @@ app-example
# generated native folders
/ios
/android
# IDE & Editor
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
# Testing & Coverage
coverage/
.nyc_output/
test-results/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.development
.env.production
.env.test
# OS generated files
Thumbs.db
ehthumbs.db
# Temporary files
tmp/
temp/
*.tmp