-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (32 loc) · 1002 Bytes
/
.gitattributes
File metadata and controls
34 lines (32 loc) · 1002 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
# Keep development-only material out of GitHub-generated source archives.
/tests export-ignore
/tests/** export-ignore
/Promts export-ignore
/Promts/** export-ignore
"/Global Read For coder" export-ignore
"/Global Read For coder/**" export-ignore
# Local assistant state, diagnostics, and capture output.
/.codex export-ignore
/.codex/** export-ignore
/captures export-ignore
/captures/** export-ignore
/screenshots export-ignore
/screenshots/** export-ignore
*.xwd export-ignore
*.ppm export-ignore
*.raw export-ignore
# Rebuildable build trees and third-party SDK drops.
/build export-ignore
/build/** export-ignore
/build-* export-ignore
/build-*/** export-ignore
/cmake-build-* export-ignore
/cmake-build-*/** export-ignore
/out export-ignore
/out/** export-ignore
/third_party/cef export-ignore
/third_party/cef/** export-ignore
/third_party/cef-downloads export-ignore
/third_party/cef-downloads/** export-ignore
/third_party/cef_binary* export-ignore
/third_party/cef_binary*/** export-ignore