As Visual Studio Code is the most popular editor at the moment, it makes sense to recommend the EditorConfig extension because it's not included by default. Also enable the final newline in files again as that was the default until the EditorConfig file was added.
20 lines
271 B
Plaintext
20 lines
271 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
/.idea/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
*.log
|
|
|
|
tags
|
|
|
|
# Ignore generated resources
|
|
*.1
|
|
/misc/_ncspot
|
|
/misc/ncspot.bash
|
|
/misc/ncspot.fish
|
|
/misc/ncspot.elv
|
|
/misc/_ncspot.ps1
|