feat: Rust skeleton
(cherry picked from commit 41a09289cda3137f96c69c69c924af34f0e64865)
This commit is contained in:
parent
bfa3b3a063
commit
a4bdbe5618
9 changed files with 264 additions and 22 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
# direnv
|
||||
.direnv
|
||||
|
||||
# Nix
|
||||
result
|
||||
|
|
@ -5,3 +7,13 @@ result-*
|
|||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# Rust
|
||||
**/target
|
||||
|
||||
# VSCode
|
||||
# We have an opinionated setup for VSCode, so we want to keep the settings in the repo.
|
||||
!.vscode
|
||||
!.vscode/settings.json
|
||||
# Extension recommendations should be kept in the repo.
|
||||
!.vscode/extensions.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue