123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # Dependencies
- node_modules/
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Build output
- dist/
- build/
- # Environment variables
- .env
- .env.test
- .env.local
- .env.production
- # Logs
- logs/
- *.log
- # Runtime data
- *.pid
- *.seed
- *.pid.lock
- # Coverage
- coverage/
- .nyc_output
- # TypeScript
- *.tsbuildinfo
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- # OS
- .DS_Store
- Thumbs.db
- # Project specific
- data/
- config/accounts.json
- config/trading-params.json
- *.key
- *.pem
|