From 5b369246fdf83cea8ff8567c906ab18845fac69d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 4 Jun 2024 04:14:59 -0700 Subject: [PATCH] update gitignore and attrs --- .gitattributes | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..afb03617 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +**/*.lock +**/*-lock.json diff --git a/.gitignore b/.gitignore index 7e3fbe26..7d771164 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ data/ data*/ output/ index.sqlite3 +*.sqlite* +data.* # vim *.sw? +.vscode