Files
prime-sdk-node/.gitignore
Andrew Miller a92c42829c
Some checks failed
Build and Test / build (16.x) (push) Failing after 11s
Build and Test / build (18.x) (push) Failing after 9s
Build and Test / build (20.x) (push) Failing after 9s
Fix CI: commit package-lock.json and remove it from .gitignore
npm ci requires a lockfile to exist in the repo. All 3 CI runs have
been failing since the initial commit because package-lock.json was
gitignored.
2026-03-17 10:53:08 -04:00

37 lines
313 B
Plaintext

# Dependencies
node_modules/
yarn.lock
# Build outputs
dist/
dist-esm/
*.tsbuildinfo
# Test coverage
coverage/
.nyc_output/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Temp files
*.tmp
.cache/