1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-19 19:45:10 +00:00
starship/.gitignore
Zhenhui Xie dd0b1a1aa2 refactor: Refactoring config (#383)
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-09-30 21:10:35 +09:00

20 lines
399 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
# Vim swap files
*.swp