mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
7485c90c9f
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
35 lines
624 B
Plaintext
35 lines
624 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/
|
|
|
|
# Sublime Text configuration
|
|
*.sublime-*
|
|
|
|
# IntelliJ IDE configuration
|
|
.idea/
|
|
/*.iml
|
|
|
|
# Vim swap files
|
|
*.swp
|
|
|
|
# Emacs
|
|
*~
|
|
\#*\#
|
|
|
|
# Compiled files for documentation
|
|
docs/node_modules
|
|
docs/.vitepress/dist/
|
|
docs/.vitepress/cache/
|
|
|
|
# Ignore pkg files within the install directory
|
|
install/**/*.pkg
|