From 8d98dc8ffe3f0231a6f03312ce8f910db89ae9c3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 20 Feb 2019 11:10:50 +0000 Subject: Clean up gitignores (#4688) I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again. --- demo/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo/.gitignore (limited to 'demo') diff --git a/demo/.gitignore b/demo/.gitignore new file mode 100644 index 0000000000..4d12712343 --- /dev/null +++ b/demo/.gitignore @@ -0,0 +1,7 @@ +*.db +*.log +*.log.* +*.pid + +/media_store.* +/etc -- cgit 1.5.1