-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·66 lines (48 loc) · 1.43 KB
/
.gitignore
File metadata and controls
executable file
·66 lines (48 loc) · 1.43 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/Target/*
!/Target/CodeEditorLand
!/Target/debug
!/Target/release
!/Target/x86_64-pc-windows-msvc
/Target/debug/*
/Target/release/*
/Target/x86_64-pc-windows-msvc/*
!/Target/debug/bundle
!/Target/debug/bundle/nsis
!/Target/debug/bundle/msi
!/Target/debug/bundle/appimage
!/Target/debug/bundle/nsis/*.exe
!/Target/debug/bundle/msi/*.msi
!/Target/debug/bundle/appimage/*.AppImage
!/Target/debug/*.exe
!/Target/release/bundle
!/Target/release/bundle/nsis
!/Target/release/bundle/msi
!/Target/release/bundle/appimage
!/Target/release/bundle/nsis/*.exe
!/Target/release/bundle/msi/*.msi
!/Target/release/bundle/appimage/*.AppImage
!/Target/release/*.exe
!/Target/x86_64-pc-windows-msvc/bundle
!/Target/x86_64-pc-windows-msvc/bundle/nsis
!/Target/x86_64-pc-windows-msvc/bundle/msi
!/Target/x86_64-pc-windows-msvc/bundle/appimage
!/Target/x86_64-pc-windows-msvc/bundle/nsis/*.exe
!/Target/x86_64-pc-windows-msvc/bundle/msi/*.msi
!/Target/x86_64-pc-windows-msvc/bundle/appimage/*.AppImage
!/Target/x86_64-pc-windows-msvc/*.exe
Documentation/Rust/debug
Documentation/Rust/release
Documentation/Rust/.rustc_info.json
Documentation/Rust/.rustdoc_fingerprint.json
Documentation/Rust/CACHEDIR.TAG
context_portal/
# Temporary build directories
/Temp/
# VS Code build output
Dependency/Microsoft/Dependency/Editor/out/
Dependency/Microsoft/Dependency/Editor/build/
Maintain/Integration/MemoryAudit.sh
.env.Land
.env.Land.Extensions
.env.Land.Node
.env.Land.PostHog