-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (25 loc) · 814 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (25 loc) · 814 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
28
29
30
31
/target
.idea/
examples/config.yaml
crates/wasm/js/node_modules/
# Staged by `make wasm` from crates/wasm/pkg (build artifact, ships in the npm tarball)
crates/wasm/js/pkg/
crates/pyo3/python/chat_xdk/*.dSYM
crates/pyo3/python/chat_xdk/*.so
crates/pyo3/python/chat_xdk/*.dylib
.venv/
.thrift-compiler/
# .NET / MSBuild (never commit local builds under crates/dotnet)
crates/dotnet/**/bin/
crates/dotnet/**/obj/
# Native libs are staged per-RID at pack time, not committed
crates/dotnet/**/runtimes/
*.nupkg
# Maven (JVM bindings)
crates/jvm/java/**/target/
# Go test coverage output
go/chatxdk/coverage.out
# Internal / confidential security docs (not for open-source publish)
docs/internal/
# Multi-arch natives staged at pack/release time (not committed)
crates/jvm/java/chatxdk/src/main/resources/native/