Initial commit: BTC/USDT Trading View with technical indicators

This commit is contained in:
kihong.kim
2025-12-06 15:04:36 +09:00
commit 99ce8ccd0d
11 changed files with 2861 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Dependencies
node_modules/
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local
# Build output
dist/
build/