Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ node_modules
# logs
*.log

# non-npm JavaScript lockfiles
# lockfiles: not committed so each machine resolves its own OS-native binaries
# (rollup/esbuild/@tailwindcss/oxide/lightningcss/unrs are platform-specific and
# a committed lockfile pins only the generating OS's binaries -> npm/cli#4828).
# Deps are pinned to exact versions in every package.json instead.
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lock
Expand Down
Loading
Loading