From abe9185f482a01af4b9e6043fe2351a5339af417 Mon Sep 17 00:00:00 2001 From: gotjoshua Date: Thu, 28 Nov 2024 10:33:22 +0000 Subject: [PATCH] Devenv setup via devenvious (#8774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adds a devenv template based on [devenv.sh](https://devenv.sh/), this is a nice to have for devs that use nix, direnv, and devenv. It provides a quick and easy way to ensure that all packages that are needed to start up the dev environment are installed. I've initialized using devenvious, which is a @tennox creation: [source on gitlab](https://gitlab.com/txlab/dx/devenvious). I acknowledge that this "clutters" the root dir with some less common files, but they are harmless for those that don't use the tools, and helpful for those that do... a bit like .vscode and .idea folders. --------- Co-authored-by: Félix Malfait --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 20f974922..48296f0cb 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,13 @@ storybook-static test-results/ dump.rdb .tinyb + +.notes +/data/ +/.devenv/ +/.direnv/ +/.pre-commit-config.yaml +/.envrc +/devenv.nix +/flake.lock +/flake.nix