You've already forked flix
Update dependencies and lints
This commit is contained in:
+21
-9
@@ -1,11 +1,23 @@
|
||||
# OS Files
|
||||
*~
|
||||
._*
|
||||
.DS_Store
|
||||
*
|
||||
!**/
|
||||
|
||||
# Rust
|
||||
/target
|
||||
!.zed/settings.json
|
||||
!.gitignore
|
||||
|
||||
# Flix
|
||||
flix.db
|
||||
flix.redb
|
||||
!/CONTRIBUTING.md
|
||||
!/LICENSE.md
|
||||
!/README.md
|
||||
|
||||
!/.clippy.toml
|
||||
!/.rustfmt.toml
|
||||
!/.tombi.toml
|
||||
!/Cargo.toml
|
||||
!/Cargo.lock
|
||||
!/justfile
|
||||
!/rust-toolchain.toml
|
||||
|
||||
!/crates/**/*.rs
|
||||
!/crates/**/Cargo.toml
|
||||
!/crates/**/README.md
|
||||
|
||||
!/lints/*.toml
|
||||
|
||||
Reference in New Issue
Block a user