-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (53 loc) · 1.7 KB
/
.gitignore
File metadata and controls
71 lines (53 loc) · 1.7 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
67
68
69
70
71
/Target/*
!/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
Temporary/**
!Temporary/.gitkeep
/aarch64-apple-darwin/NODE/**/*
!/aarch64-apple-darwin/.gitkeep
!/aarch64-apple-darwin/NODE/.gitkeep
/aarch64-unknown-linux-gnu/NODE/**
!/aarch64-unknown-linux-gnu/.gitkeep
!/aarch64-unknown-linux-gnu/NODE/.gitkeep
/x86_64-apple-darwin/NODE/**/*
!/x86_64-apple-darwin/.gitkeep
!/x86_64-apple-darwin/NODE/.gitkeep
/x86_64-pc-windows-msvc/NODE/**
!/x86_64-pc-windows-msvc/.gitkeep
!/x86_64-pc-windows-msvc/NODE/.gitkeep
/x86_64-unknown-linux-gnu/NODE/**
!/x86_64-unknown-linux-gnu/.gitkeep
!/x86_64-unknown-linux-gnu/NODE/.gitkeep
Documentation/Rust/debug
Documentation/Rust/release
Documentation/Rust/.rustc_info.json
Documentation/Rust/.rustdoc_fingerprint.json
Documentation/Rust/CACHEDIR.TAG