From 4567b18ae51918888aba04da6b271b667fd46b79 Mon Sep 17 00:00:00 2001 From: wupg98 <106410199+wupg98@users.noreply.github.com> Date: Sat, 2 Sep 2023 07:47:53 +0200 Subject: [PATCH] Delete .gitignore --- .gitignore | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 38dd3a34..00000000 --- a/.gitignore +++ /dev/null @@ -1,35 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# Log files -**/*.log - -# Hidden files -.* -!/.github -!/.gitignore -!/.travis.yml -!/.gitlab-ci.yml - -# Temporary files -*.bak - -# Data dir -data/* -*.db - -# Virtualenv -env/* - -# Tor data -tools/tor/data - -# PhantomJS, downloaded manually for unit tests -tools/phantomjs - -# ZeroNet config file -zeronet.conf - -# ZeroNet log files -log/*