ZeroNet/.gitignore

36 lines
382 B
Plaintext
Raw Normal View History

2015-01-12 01:41:38 +01:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Log files
2016-03-17 18:38:39 +01:00
**/*.log
# Hidden files
.*
2020-03-05 20:59:07 +01:00
!/.github
!/.gitignore
2015-09-20 12:30:32 +02:00
!/.travis.yml
!/.gitlab-ci.yml
2019-03-15 18:47:31 +01:00
# Temporary files
*.bak
# Data dir
data/*
2016-03-13 17:34:54 +01:00
*.db
# Virtualenv
2016-03-17 18:38:39 +01:00
env/*
2018-04-29 14:52:02 +02:00
# Tor data
tools/tor/data
# PhantomJS, downloaded manually for unit tests
tools/phantomjs
# ZeroNet config file
zeronet.conf
2019-10-24 10:53:41 +02:00
# ZeroNet log files
log/*