mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
45 lines
445 B
Plaintext
45 lines
445 B
Plaintext
# Dependency directories
|
|
node_modules/
|
|
|
|
# Build output
|
|
lib/
|
|
website/client/.vitepress/dist/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Repomix output
|
|
repomix-output.txt
|
|
repomix-output.xml
|
|
repomix-output.md
|
|
|
|
# ESLint cache
|
|
.eslintcache
|
|
|
|
# yarn
|
|
.yarn/
|
|
|
|
# biome
|
|
.biome/
|
|
|
|
# aider
|
|
.aider*
|
|
|
|
# private files
|
|
.cursor/rules/
|
|
.github/todo.md
|