diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-09 20:55:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 20:55:06 +0100 |
commit | 21ec8d86f701f1a261fa2c3892034c7763a950b6 (patch) | |
tree | c88f6383d24d5bd9149820040e58fe960481207e /.gitignore | |
parent | 49f38a56618631576b672c9c9575bb8fcf91badf (diff) | |
parent | dbe8af8e64a8a0ce55672617ed240066adf88300 (diff) |
Merge pull request #2 from gico-net/feat/connection-to-db
Connection to PostgreSQL database
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ /target +.env |