47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
.DS_Store
|
|
.zig-cache/
|
|
zig-out/
|
|
# CLI-generated build graph for zero-config apps (the examples here) — the
|
|
# same entry `native init` writes into a new app's .gitignore.
|
|
.native/
|
|
|
|
# Native binaries in the @native-sdk/cli npm packages (built by CI or locally)
|
|
packages/native-sdk/bin/native-sdk-*
|
|
packages/native-sdk/npm/*/bin/
|
|
# SDK payload mirrored into the npm package at pack time (copy-framework.js)
|
|
packages/native-sdk/src/
|
|
packages/native-sdk/assets/
|
|
packages/native-sdk/skills/
|
|
packages/native-sdk/skill-data/
|
|
packages/native-sdk/build/
|
|
packages/native-sdk/build.zig
|
|
packages/native-sdk/build.zig.zon
|
|
packages/native-sdk/app.zon
|
|
packages/native-sdk/third_party/
|
|
packages/native-sdk/packages/
|
|
packages/native-sdk/LICENSE
|
|
# npm pack output
|
|
packages/native-sdk/*.tgz
|
|
packages/native-sdk/npm/*/*.tgz
|
|
|
|
# Downloaded/prepared CEF runtimes are large local artifacts.
|
|
third_party/cef/macos/
|
|
third_party/cef/windows/
|
|
third_party/cef/linux/
|
|
|
|
# Compiled static libraries
|
|
*.a
|
|
|
|
# TypeScript build info (generated)
|
|
docs/tsconfig.tsbuildinfo
|
|
.claude/
|
|
|
|
# Dev-tool dependency trees (installed per package, never committed)
|
|
packages/core/node_modules/
|
|
|
|
# The CLI-materialized editor copy of @native-sdk/core inside the TS example
|
|
# apps (node_modules is editor surface, never source — the same entry the
|
|
# TS scaffold writes into a new app's .gitignore)
|
|
examples/soundboard-ts/node_modules/
|
|
examples/system-monitor-ts/node_modules/
|