feat: n8n initial commit — JavaScript (Node.js) n8n workflow automation + axios/cheerio/puppeteer/xlsx
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
scrape_log.txt
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary / backup files
|
||||
*.bak
|
||||
*.tmp
|
||||
*_output.xlsx
|
||||
|
||||
# Excel working files (may contain PII)
|
||||
*.xlsx
|
||||
|
||||
# Claude local settings (contains session info)
|
||||
.claude/settings.local.json
|
||||
Reference in New Issue
Block a user