wasmcloud/.gitignore

17 lines
213 B
Plaintext
Raw Permalink Normal View History

2020-10-25 21:04:42 +00:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
2020-10-27 15:43:54 +00:00
# Rocket
Rocket.toml
2020-10-30 18:09:35 +00:00
var/secret/*
!var/secret/.gitkeep
2020-10-31 12:48:13 +00:00
.#*
result*