mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
40 lines
542 B
Plaintext
40 lines
542 B
Plaintext
*-debug.log
|
|
*-error.log
|
|
**/.DS_Store
|
|
/.idea
|
|
/dist
|
|
/tmp
|
|
/node_modules
|
|
oclif.manifest.json
|
|
|
|
# Unpacked binaries (keep archives)
|
|
/tools/unpacked/
|
|
|
|
# Build outputs
|
|
/dist-exe/
|
|
/release-artifacts/
|
|
|
|
# Generated npm platform packages (created by prepare-npm-packages.ts)
|
|
/npm/*/package.json
|
|
/npm/*/bin/hapi
|
|
/npm/*/bin/hapi.exe
|
|
/npm/*/bin/hapi.cjs
|
|
/npm/*/NOTICE
|
|
|
|
|
|
|
|
pnpm-lock.yaml
|
|
|
|
# Environment variables
|
|
.env
|
|
.env*.local
|
|
|
|
# Claude code session level settings
|
|
.claude/settings.local.json
|
|
|
|
# Local installation
|
|
.happy/
|
|
|
|
**/*.log
|
|
.release-notes-temp.md
|