diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-09-20 08:30:34 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-12-05 06:24:03 +0800 |
commit | 4e6919a6e58d76766098262664c78f92d888337d (patch) | |
tree | 649bc1c711a498c6718f36994283f65c3e56aba1 /.gitignore | |
parent | d71fa6535987a0f13900f8e31dbb51772c12fc4f (diff) | |
download | dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.tar dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.tar.gz dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.tar.bz2 dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.tar.lz dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.tar.xz dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.tar.zst dexon-sol-tools-4e6919a6e58d76766098262664c78f92d888337d.zip |
Add typeorm and begin inserting database records
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a82f3e26..7db118507 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ pids *.seed *.pid.lock +# SQLite database files +*.db +*.sqlite + # Directory for instrumented libs generated by jscoverage/JSCover lib-cov |