mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
25 lines
236 B
Plaintext
25 lines
236 B
Plaintext
# Zig
|
|
.zig-cache
|
|
zig-out
|
|
zig-pkg
|
|
|
|
# Ziex
|
|
dist
|
|
/bundle
|
|
|
|
# Node.js
|
|
node_modules
|
|
|
|
# Project Specific
|
|
# pkg/transformjs
|
|
tmp
|
|
test/data/assets/
|
|
/package.json
|
|
/bun.lock
|
|
/src/cli/init/template/bun.lock
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# vendor
|
|
vendor/webref |