fluid/.gitignore

20 lines
373 B
Plaintext
Raw Normal View History

2019-08-14 12:30:53 +03:00
# Generated by Cargo
# will have compiled files and executables
2019-08-15 15:02:52 +03:00
**/target/
2019-08-14 12:30:53 +03:00
2019-08-14 23:50:29 +03: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
2019-08-15 15:02:52 +03:00
**/Cargo.lock
2019-08-14 23:50:29 +03:00
2019-08-14 12:30:53 +03:00
# These are backup files generated by rustfmt
**/*.rs.bk
2019-08-14 20:21:58 +03:00
2019-08-15 15:02:52 +03:00
**/*.iml
**/.idea
2019-08-16 12:27:30 +03:00
.DS_Store
2019-08-16 19:51:40 +03:00
**/wasm/
*.wasm