mirror of
https://github.com/j178/prek.git
synced 2026-06-19 17:17:53 +02:00
b6c591dbbc
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>
25 lines
223 B
Plaintext
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/
|