|
| 1 | +/Target/* |
| 2 | + |
| 3 | +!/Target/debug |
| 4 | +!/Target/release |
| 5 | +!/Target/x86_64-pc-windows-msvc |
| 6 | + |
| 7 | +/Target/debug/* |
| 8 | +/Target/release/* |
| 9 | +/Target/x86_64-pc-windows-msvc/* |
| 10 | + |
| 11 | +!/Target/debug/bundle |
| 12 | +!/Target/debug/bundle/nsis |
| 13 | +!/Target/debug/bundle/msi |
| 14 | +!/Target/debug/bundle/appimage |
| 15 | + |
| 16 | +!/Target/debug/bundle/nsis/*.exe |
| 17 | +!/Target/debug/bundle/msi/*.msi |
| 18 | +!/Target/debug/bundle/appimage/*.AppImage |
| 19 | + |
| 20 | +!/Target/debug/*.exe |
| 21 | + |
| 22 | +!/Target/release/bundle |
| 23 | +!/Target/release/bundle/nsis |
| 24 | +!/Target/release/bundle/msi |
| 25 | +!/Target/release/bundle/appimage |
| 26 | + |
| 27 | +!/Target/release/bundle/nsis/*.exe |
| 28 | +!/Target/release/bundle/msi/*.msi |
| 29 | +!/Target/release/bundle/appimage/*.AppImage |
| 30 | + |
| 31 | +!/Target/release/*.exe |
| 32 | + |
| 33 | +!/Target/x86_64-pc-windows-msvc/bundle |
| 34 | +!/Target/x86_64-pc-windows-msvc/bundle/nsis |
| 35 | +!/Target/x86_64-pc-windows-msvc/bundle/msi |
| 36 | +!/Target/x86_64-pc-windows-msvc/bundle/appimage |
| 37 | + |
| 38 | +!/Target/x86_64-pc-windows-msvc/bundle/nsis/*.exe |
| 39 | +!/Target/x86_64-pc-windows-msvc/bundle/msi/*.msi |
| 40 | +!/Target/x86_64-pc-windows-msvc/bundle/appimage/*.AppImage |
| 41 | + |
| 42 | +!/Target/x86_64-pc-windows-msvc/*.exe |
| 43 | + |
| 44 | +Temporary/** |
| 45 | +!Temporary/.gitkeep |
| 46 | + |
| 47 | +/aarch64-apple-darwin/NODE/**/* |
| 48 | +!/aarch64-apple-darwin/.gitkeep |
| 49 | +!/aarch64-apple-darwin/NODE/.gitkeep |
| 50 | + |
| 51 | +/aarch64-unknown-linux-gnu/NODE/** |
| 52 | +!/aarch64-unknown-linux-gnu/.gitkeep |
| 53 | +!/aarch64-unknown-linux-gnu/NODE/.gitkeep |
| 54 | + |
| 55 | +/x86_64-apple-darwin/NODE/**/* |
| 56 | +!/x86_64-apple-darwin/.gitkeep |
| 57 | +!/x86_64-apple-darwin/NODE/.gitkeep |
| 58 | + |
| 59 | +/x86_64-pc-windows-msvc/NODE/** |
| 60 | +!/x86_64-pc-windows-msvc/.gitkeep |
| 61 | +!/x86_64-pc-windows-msvc/NODE/.gitkeep |
| 62 | + |
| 63 | +/x86_64-unknown-linux-gnu/NODE/** |
| 64 | +!/x86_64-unknown-linux-gnu/.gitkeep |
| 65 | +!/x86_64-unknown-linux-gnu/NODE/.gitkeep |
| 66 | + |
| 67 | +Documentation/Rust/debug |
| 68 | +Documentation/Rust/release |
| 69 | +Documentation/Rust/.rustc_info.json |
| 70 | +Documentation/Rust/.rustdoc_fingerprint.json |
| 71 | +Documentation/Rust/CACHEDIR.TAG |
0 commit comments