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