1
0
mirror of https://github.com/j178/prek.git synced 2026-06-19 17:17:53 +02:00
Files
prek/.gitignore
Jo b6c591dbbc Reimplement @j178/prek npm package (#1973)
Reimplements the `@j178/prek` npm package.

The package is now split into a dependency-free wrapper package plus
platform-specific `optionalDependencies`, so the npm package no longer
ships cargo-dist installer glue or extra runtime dependencies.

Closes #1969 
Closes #1918
Closes #1784

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-21 18:44:40 +08:00

25 lines
223 B
Plaintext

/target
.cache
__pycache__/
site/
# Insta snapshots.
*.pending-snap
# JetBrains IDE
.idea
# Vscode IDE
.vscode
# macOS
**/.DS_Store
# profiling flamegraphs
*.flamegraph.svg
# NPM packages
npm-artifacts/
npm/.output/