mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #1649 from x10an14/main
improvement(development): Add nix-direnv integration
This commit is contained in:
commit
64162d3a24
2 changed files with 5 additions and 0 deletions
4
.envrc
Normal file
4
.envrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Automatically Load nix devShell w/dotenv
|
||||
use flake
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,6 +12,7 @@ rust-project.json
|
|||
*.iml
|
||||
*.o
|
||||
public/
|
||||
.direnv/
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
|
Loading…
Reference in a new issue