From 1e4b7f7c734d1eccc40735ba00b03a74e659e8b9 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 25 Mar 2020 17:10:05 +0100 Subject: begone --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e0a3574..146e4ad 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ Temporary Items # Node module directory node_modules +package-lock.json # Minified files in the wrong folder (this is for testing) *.b.js -- cgit From 6779c16675cdb1094d70a836e1065e7983567db6 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 5 May 2020 20:31:02 +0200 Subject: this is bad style but it will allow for github pages to work again and have the web client downloadable --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 146e4ad..1ae3788 100644 --- a/.gitignore +++ b/.gitignore @@ -50,9 +50,5 @@ Temporary Items node_modules package-lock.json -# Minified files in the wrong folder (this is for testing) -*.b.js -*.b.js.map - # content folder webAO/base/ \ No newline at end of file -- cgit