feat: Setup development environment
The environment includes java, maven, IntelliJ and a postgres server.
This commit is contained in:
parent
12235acc42
commit
5e1f01e14d
5 changed files with 214 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -29,3 +29,12 @@ replay_pid*
|
|||
result
|
||||
result-*
|
||||
|
||||
# Devenv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
|
||||
# direnv
|
||||
.direnv
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue