1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-08 03:20:48 +00:00
starship/.gitignore

21 lines
451 B
Plaintext

# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# VSCode configuration
.vscode/
# Intellij IDE configuration
.idea/
/*.iml
# Compiled files for documentation
docs/node_modules
docs/.vuepress/dist/