From 7294a7a07695c56df0ebf3d22109916fa10b92fe Mon Sep 17 00:00:00 2001 From: Ben <36240171+benkyd@users.noreply.github.com> Date: Mon, 11 Apr 2022 19:41:13 +0100 Subject: [PATCH] lol Former-commit-id: 183aea08dc9f9206c881666f6c649e7afd30b372 --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ce7b72 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 383e5ae..2a3e878 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ logs.log db/image/ db/img/ +db/*.tar.gz