2019-04-04 00:14:26 +00:00
|
|
|
# will have compiled files and executables
|
2019-09-30 12:10:35 +00:00
|
|
|
target/
|
2019-04-04 00:14:26 +00:00
|
|
|
|
|
|
|
# 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/
|
2019-05-20 02:26:12 +00:00
|
|
|
|
|
|
|
# Intellij IDE configuration
|
2019-05-29 20:58:46 +00:00
|
|
|
.idea/
|
2019-08-17 03:29:22 +00:00
|
|
|
/*.iml
|
2019-07-19 20:18:52 +00:00
|
|
|
|
2019-09-30 12:10:35 +00:00
|
|
|
# Vim swap files
|
|
|
|
*.swp
|
2019-09-30 14:56:05 +00:00
|
|
|
|
|
|
|
# Compiled files for documentation
|
|
|
|
docs/node_modules
|
|
|
|
docs/.vuepress/dist/
|