mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
chore(npm): Remove .npmignore and specify files for publishing
This commit is contained in:
73
.npmignore
73
.npmignore
@@ -1,73 +0,0 @@
|
||||
# Source files
|
||||
src/
|
||||
|
||||
# Test files
|
||||
tests/
|
||||
coverage/
|
||||
|
||||
# Configuration files
|
||||
tsconfig.json
|
||||
tsconfig.build.json
|
||||
.eslintrc.js
|
||||
eslint.config.mjs
|
||||
prettier.config.mjs
|
||||
vite.config.ts
|
||||
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/
|
||||
.memo/
|
||||
|
||||
# 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/
|
||||
|
||||
# Website
|
||||
website/
|
||||
|
||||
# Devcontainer
|
||||
.devcontainer/
|
||||
|
||||
# Browser
|
||||
browser/
|
||||
@@ -63,6 +63,12 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"bin/",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.10.1",
|
||||
|
||||
Reference in New Issue
Block a user