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/*