14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
|
|
# Visual Studio Code config
|
|
.vscode
|
|
|
|
# Rust
|
|
**/Cargo.lock
|
|
target
|
|
|
|
# Symbol table dump?
|
|
typeck-table.ron
|
|
|
|
# Pest files generated by Grammatical
|
|
*.p*st
|