mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 09:42:01 +03:00
Devenv setup via devenvious (#8774)
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 <felix@twenty.com>
This commit is contained in:
parent
525a2c2bed
commit
abe9185f48
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user