xref
: /
external
/
rust
/
crates
/
half
/
.gitignore
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# Rust
2
target/
3
Cargo.lock
4
**/*
.rs.bak
5
6
# IntelliJ
7
.idea/
8
*.iml
9
10
# VS Code
11
.vscode/