ziex/.gitignore
2026-06-21 09:53:22 +06:00

27 lines
275 B
Plaintext

# Zig
.zig-cache
zig-out
zig-pkg/
# Ziex
dist
/bundle
# Node.js
node_modules
# Project Specific
# pkg/transformjs
tmp
test/data/assets/
test/data/**/*.zxcache
/package.json
/bun.lock
/src/cli/init/template/bun.lock
# macOS
.DS_Store
# vendor
vendor/webref
.tool-versions