19 lines
177 B
Plaintext
19 lines
177 B
Plaintext
# ---> Rust
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
**/target
|
|
**/*.rs.bk
|
|
**/Cargo.lock
|
|
|
|
# Node.js
|
|
**/node_modules
|
|
**/package-lock.json
|