mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-06-27 14:16:01 +08:00
27 lines
231 B
Plaintext
27 lines
231 B
Plaintext
# Development files
|
|
tsconfig.json
|
|
.vscode/
|
|
.git/
|
|
.gitignore
|
|
|
|
# Documentation
|
|
PLAN.md
|
|
SUMMARY.md
|
|
plan/
|
|
media/
|
|
|
|
# Build artifacts
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
|
|
# Tests (if any)
|
|
test/
|
|
tests/
|
|
*.test.ts
|
|
*.spec.ts
|
|
|
|
.pi
|
|
.claude
|
|
.vscode
|