Files
moxytool/.gitignore

53 lines
645 B
Plaintext

# Compiled Deno binaries (built by scripts/compile-all.sh)
dist/binaries/
# Deno cache and lock file
.deno/
deno.lock
# Node.js artifacts
node_modules/
vendor/
dist_ts/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Logs
*.log
logs/
# Environment
.env
.env.local
.env.*.local
# OS specific
.DS_Store
Thumbs.db
Desktop.ini
# Development
.nogit/
.vscode/
.idea/
*.swp
*.swo
*~
# Test coverage
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
# Package manager lock files (optional - some projects commit these)
# Uncomment if you don't want to commit lock files
# package-lock.json
# yarn.lock
# pnpm-lock.yaml