mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
26 lines
260 B
Plaintext
26 lines
260 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 |