harb/services/txnBot/.gitignore
2024-09-17 11:23:43 +02:00

50 lines
639 B
Text

# 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/