18 lines
156 B
Text
18 lines
156 B
Text
# ---> Rust
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
# Config file
|
|
config.json
|
|
|
|
# VS Code files.
|
|
.vscode
|