mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-06-23 04:10:25 +00:00
63994d78b8
* chore(backendinfo): Add rust build artefacts to gitignore Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * style: format file following rust linter guidelines Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * chore(CI): Add rust CI pipeline Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> --------- Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
29 lines
489 B
Plaintext
29 lines
489 B
Plaintext
build
|
|
|
|
build
|
|
cmd/manager/img
|
|
|
|
.cov
|
|
|
|
*.pem
|
|
|
|
dist/
|
|
results.zip
|
|
*.spec
|
|
*.tar
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
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
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|