-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (24 loc) · 894 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (24 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Un-ignore agent instruction symlinks (global gitignore blocks these)
!AGENTS.md
!CLAUDE.md
!.githooks/
/target/
# Build artefacts
*.d
*.o
.worktrees/
# Local-only build cache config (sccache wiring); never committed — CI sets its
# own sccache env explicitly.
/.cargo/config.toml
.playwright-mcp/
# WASM build artefacts
crates/cascade-wasm/pkg/
# iOS File Provider extension: generated/derived artefacts (see its README for
# the bootstrap that regenerates them). The hand-written sources, project.yml,
# plists and entitlements are tracked; the xcodegen-generated project, the
# xcodebuild output, and the UniFFI-generated bindings copied from
# crates/cascade-ffi/bindings are not.
swift/CascadeFileProvideriOS/build/
swift/CascadeFileProvideriOS/*.xcodeproj/
swift/CascadeFileProvideriOS/Extension/Sources/cascade_ffi.swift
swift/CascadeFileProvideriOS/Extension/FFI/cascade_ffiFFI.h