From 161f0075affcdcd891b0d8058583844a2c9988b7 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Sat, 9 Nov 2019 07:12:12 +1300 Subject: [PATCH] Add package.json, package-lock and test.sqlite-journal to gitingore #6384 (#6385) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d482edc41c..b0abad8970 100644 --- a/.gitignore +++ b/.gitignore @@ -50,10 +50,11 @@ test.db solr/* test/reports/ !config/application.yml +test.sqlite-journal # Ignore NPM node_modules .byebug_history vendor/bundle spec/TEST-Teaspoon-Result.xml yarn.lock -yarn-error.log \ No newline at end of file +yarn-error.log