merge liquidity and liquidation bot
This commit is contained in:
parent
af351b9cfc
commit
ad0c709809
10 changed files with 173 additions and 198 deletions
50
services/txnBot/.gitignore
vendored
Normal file
50
services/txnBot/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
# Node.js specific
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE-specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage/
|
||||
|
||||
# Ignore build output
|
||||
dist/
|
||||
build/
|
||||
.graphclient/
|
||||
|
||||
# Ignore any other secret keys or sensitive information
|
||||
secret-keys.json
|
||||
|
||||
# Ignore local environment configuration
|
||||
.env.local
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Ignore temporary files
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Ignore .next directory if using Next.js
|
||||
.next/
|
||||
Loading…
Add table
Add a link
Reference in a new issue