diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..21c0dd8 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,19 @@ +.git +.gitignore +README.md +TODO.md +LICENSE +Dockerfile +compose.yaml +Makefile + +.host +.host.pub +.s3endpoint +.s3access +.s3secret + +*.nogit.* +keysdb.sqlite3 +keysdb.sqlite3-shm +keysdb.sqlite3-wal diff --git a/.gitignore b/.gitignore index e7221a8..1ec74e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,16 @@ *.nogit.* -.* keysdb.sqlite3 keysdb.sqlite3-shm keysdb.sqlite3-wal config.json + +.gen/ + +.host +.host.pub +.s3endpoint +.s3access +.s3secret + +vendor/