From c36bf8e3577da31cf6d575879c7e92d3e9c7e4f1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 23 Feb 2024 06:05:19 -0300 Subject: Big cleanup - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. --- .gitignore | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ea353c9..f13a163 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,2 @@ -/*.bin -/*.so -/src/config.h -/src/*.o -/src/*.lo -/src/*.to -/src/*.ta -/src/*.t -/src/*.c.txt -/src/*.cat /doc/*.[0-9] /doc/*.3js -/src/index.js -/node_modules/ -/src/napi-sqlite.node -/tests/tests-lib.o -/tests/slurp.o -- cgit v1.2.3