This commit is contained in:
2026-07-31 11:51:56 +09:00
parent 3271693051
commit d90a25919e
20 changed files with 14370 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
# Source files (only include dist/)
src/
*.ts
!*.d.ts
tsconfig.json
# Tests
**/*.test.ts
**/*.spec.ts
coverage/
.nyc_output/
# Development files
.env
.env.*
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Documentation (keep README and LICENSE)
docs/
*.md
!README.md
!LICENSE
!CHANGELOG.md
# Build artifacts
*.tsbuildinfo
node_modules/
npm-debug.log*
# Examples and development helpers
examples/
scripts/
# MacOS
.DS_Store
# Temporary files
tmp/
temp/