ZeroNet/.gitignore
Richard Yu 4f3282099f Add tray icon again when explorer restarted (#639)
* Add zeronet.conf to .gitignore

* notificationicon.py - Remove unnecessary window size and 'ShowWindow' etc.

* notificationicon.py - Comment unnecessary iconinfo and NIM_SETVERSION.

* notificationicon.py - Add tray icon again when explorer restarted.
2016-11-11 22:49:40 +01:00

31 lines
355 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Log files
**/*.log
# Hidden files
.*
!/.gitignore
!/.travis.yml
# Data dir
data/*
*.db
# Virtualenv
env/*
# Tor, downloaded automatically
tools/tor/data
tools/tor/*exe
tools/tor/*dll
# PhantomJS, downloaded manually for unit tests
tools/phantomjs
# ZeroNet config file
zeronet.conf