diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..a5ef1da --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +source_env_if_exists .envrc.local \ No newline at end of file diff --git a/.gitignore b/.gitignore index c18ed01..2634916 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -lib/ \ No newline at end of file +lib/ +.envrc.local \ No newline at end of file