moon-cycle/.gitignore
Aric Camarata 9b9abb99c8 refactor: code quality improvements across the board
- Add input validation (TypeError) to cycleMonth and cycleYear
- Convert tests to node:test runner with describe/it structure
- Add ESLint + Prettier with lint, format, and format:check scripts
- Update CI workflow with lint job, frozen-lockfile, and pack-check
- Add noImplicitReturns, noFallthroughCasesInSwitch, skipLibCheck to tsconfig
- Add invalid Date tests for both ESM and CJS suites
2026-03-08 11:32:47 -04:00

64 lines
795 B
Text

# ─── Dependencies ───
node_modules/
.pnp
.pnp.js
# ─── Build ───
dist/
build/
out/
*.tsbuildinfo
# ─── Environment ───
.env
.env.*
!.env.example
# ─── OS ───
.DS_Store
Thumbs.db
._*
Desktop.ini
$RECYCLE.BIN/
# ─── IDE / Editor ───
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
# ─── Logs ───
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# ─── Testing / Coverage ───
coverage/
.nyc_output/
# ─── Pack artifacts ───
*.tgz
# ─── AI Agents ───
.claude/
.cursor/
.copilot/
.github/copilot/
.aider*
.codeium/
.tabnine/
.windsurf/
.cody/
.sourcegraph/
.vscode/*
.codex/
.aider/
.aider.chat.history.md
.continue/
.gemini/