From: Marnanel Thurman Date: Sat, 4 Dec 2021 22:08:07 +0000 (+0000) Subject: add package-lock.json and index.bundle.js to .gitignore X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~tthurman/git?a=commitdiff_plain;h=d44a2f2e790f4ebb51148cf84d5b069e776c2007;p=dwim.git add package-lock.json and index.bundle.js to .gitignore --- diff --git a/.gitignore b/.gitignore index 5e1e597..6930172 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,9 @@ node_modules/ # Generated by Cordova /plugins/ /platforms/ + +package-lock.json +www/index.bundle.js + +*.swo +*.swp