Files
Claude-SharepointLists/.gitignore
ang3l12 fd957177b9 Initial import: SharePoint Lists skill
Claude Code skill for SharePoint Lists CRUD via Microsoft Graph (app-only auth): reusable graph.mjs client, sp.mjs CLI, and setup + API reference docs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 11:12:50 -06:00

16 lines
175 B
Plaintext

# --- Secrets: never commit ---
.env
*.env
*.env.local
!.env.example
# --- Node ---
node_modules/
npm-debug.log*
# --- OS / editor cruft ---
.DS_Store
*.swp
.idea/
.vscode/