-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) · 955 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (39 loc) · 955 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/target/
# The GIF plugin crate lives outside the workspace (own lockfile,
# own target dir); its Cargo.lock IS committed, its target isn't.
/crates/oryxis-gif/target/
.idea
.env
signaling-worker/wrangler.jsonc
signaling-worker/.wrangler/
signaling-worker/node_modules/
winget/
.wrangler
site
# Flatpak local build artifacts (from flatpak-builder)
.flatpak-builder/
/build-dir/
/.flatpak/
/repo/
/*.md
!/README.md
!/README.zh-CN.md
!/README.zh-TW.md
!/README.ja.md
!/README.ko.md
!/README.fa.md
!/README.pt-BR.md
!/CHANGELOG.md
!/SELF_HOSTING.md
!/SECURITY.md
!/CONTRIBUTING.md
# Local app run logs (debug launches)
nohup.out
nohup_x11.out
# Claude Code session attachments / local scratch
/.oxyris/
# Local design / UX proposal drafts (never committed, like the plan docs)
/UX_1.0_PROPOSAL.html
# Harness batch-runner dumps for a failed .ice test (the trimmed script
# + a screenshot). Build output, not source.
crates/oryxis-app/tests/e2e/errors/