Skip to content

Commit

Permalink
Merge pull request #313 from yamadashy/feat/website-ace
Browse files Browse the repository at this point in the history
feat(website): Improve performance of large repository output using Ace Editor
  • Loading branch information
yamadashy authored Jan 25, 2025
2 parents ad93f85 + 10b1f39 commit a06c399
Show file tree
Hide file tree
Showing 15 changed files with 1,116 additions and 654 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repomix.config.js
# Editor files
.vscode/
.idea/
.memo/

# Logs
*.log
Expand Down
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,9 @@ repomix --no-security-check
> Disabling security checks may expose sensitive information. Use this option with caution and only when necessary, such
> as when working with test files or documentation that contains example credentials.



## 🤝 Contribution

We welcome contributions from the community! To get started, please refer to our [Contributing Guide](CONTRIBUTING.md).
Expand All @@ -713,6 +716,28 @@ We welcome contributions from the community! To get started, please refer to our
<img alt="contributors" src="https://contrib.rocks/image?repo=yamadashy/repomix"/>
</a>



## 🔒 Privacy Policy

### Data Collection
Repomix does **not** collect, transmit, or store any user data, telemetry, or repository information.

### Network Usage
Repomix operates fully offline after installation. The only cases where an internet connection is needed are:
- Installation via npm/yarn.
- Using the `--remote` flag to process remote repositories.
- Checking for updates (manually triggered).

### Security Considerations
Since all processing is local, Repomix is safe to use with private and internal repositories.

### Liability Disclaimer
Repomix is provided "as is" without any warranties or guarantees.
We do not take responsibility for how the generated output is used, including but not limited to its accuracy, legality, or any potential consequences arising from its use.



## 📜 License

This project is licensed under the [MIT License](LICENSE).
Expand Down
Loading

0 comments on commit a06c399

Please sign in to comment.