mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
# Conflicts: # src/core/packager.ts # src/core/security/securityCheck.ts # src/shared/processConcurrency.ts # Conflicts: # package-lock.json # package.json
64 lines
654 B
Plaintext
64 lines
654 B
Plaintext
# Source files
|
|
src/
|
|
|
|
# Test files
|
|
tests/
|
|
coverage/
|
|
|
|
# Configuration files
|
|
tsconfig.json
|
|
tsconfig.build.json
|
|
.eslintrc.js
|
|
eslint.config.mjs
|
|
prettier.config.mjs
|
|
vite.config.mts
|
|
biome.json
|
|
|
|
# Git files
|
|
.gitignore
|
|
.git
|
|
|
|
# CI files
|
|
.github/
|
|
|
|
# yarn files
|
|
.yarn
|
|
|
|
# ESLint files
|
|
.eslintcache
|
|
|
|
# Config files
|
|
.editorconfig
|
|
.node-version
|
|
.tool-versions
|
|
repomix.config.js
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Repomix output
|
|
repomix-output.txt
|
|
|
|
# Development scripts
|
|
scripts/
|
|
|
|
# Documentation files (except README and LICENSE)
|
|
docs/
|
|
CONTRIBUTING.md
|
|
CHANGELOG.md
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# biome
|
|
.biome/
|