Skip to content

Commit 2adcd65

Browse files
committed
Update domestic bank registries
1 parent 40e7810 commit 2adcd65

26 files changed

+1564
-1142
lines changed

.envrc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# Automatically sets up your devbox environment whenever you cd into this
2-
# directory via our direnv integration:
3-
4-
eval "$(devbox generate direnv --print-envrc)"
5-
6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
7-
# for more details
1+
use flox

.flox/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
env/manifest.lock linguist-generated=true linguist-language=JSON

.flox/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
run/
2+
cache/
3+
lib/
4+
log/
5+
!env/

.flox/env.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "schwifty",
3+
"version": 1
4+
}

0 commit comments

Comments
 (0)