mirror of
https://github.com/Moe-Sakura/Wrangler-API.git
synced 2026-03-15 04:13:18 +08:00
17 lines
173 B
Plaintext
17 lines
173 B
Plaintext
# Node.js dependencies
|
|
node_modules/
|
|
|
|
# Wrangler CLI temporary files
|
|
.wrangler/
|
|
|
|
# Build output (if any)
|
|
# dist/
|
|
# build/
|
|
|
|
*.md
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
.vercel
|