use Nix devenv to manage project environment
This commit is contained in:
11
.gitignore
vendored
Normal file → Executable file
11
.gitignore
vendored
Normal file → Executable file
@@ -1,5 +1,6 @@
|
||||
.idea/
|
||||
.vscode/
|
||||
.devenv/
|
||||
/CFA/sim/work/**
|
||||
*.wlf
|
||||
*.mpf
|
||||
@@ -13,4 +14,12 @@
|
||||
*.png
|
||||
!im.tif
|
||||
*.bmp
|
||||
*.out
|
||||
*.out# Devenv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
|
||||
# direnv
|
||||
.direnv
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
Reference in New Issue
Block a user