From 361c76c4372d041d12ced6b2dfa6fd8be9a74f66 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 22 Jan 2021 12:27:55 +0100 Subject: [PATCH] Ignore logs and sort --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 385a0f1..429c7ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -build/ +*.log *.pyc +*egg-info* *~ -venv/ -testing/ -padinfo.json .etherpump -*egg-info* -dist/ /p/ /publish/ +build/ +dist/ index.html +padinfo.json +testing/ +venv/