diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-04 20:21:46 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-09 15:47:06 -0500 |
commit | 61c8f7ea623b5ba8eeea5b233810dbc5a0f09d18 (patch) | |
tree | 5d8fe1367b618de6f4001361ca0e81f5b0feb2ff /.gitignore | |
parent | add footer with impressum (diff) | |
download | hex-zero-61c8f7ea623b5ba8eeea5b233810dbc5a0f09d18.tar.gz hex-zero-61c8f7ea623b5ba8eeea5b233810dbc5a0f09d18.tar.bz2 hex-zero-61c8f7ea623b5ba8eeea5b233810dbc5a0f09d18.zip |
WIP: split many things into configs
including listening port, network address, front page content,
and main configs.
Also, prepare for building into a dpkg.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ __pycache__/ db.sqlite up/ *.pyc +.*.swp +*.conf |