aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-04 20:21:46 -0500
committerB Stack <bgstack15@gmail.com>2020-12-09 15:47:06 -0500
commit61c8f7ea623b5ba8eeea5b233810dbc5a0f09d18 (patch)
tree5d8fe1367b618de6f4001361ca0e81f5b0feb2ff /.gitignore
parentadd footer with impressum (diff)
downloadhex-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ec6f452..02bd97e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ __pycache__/
db.sqlite
up/
*.pyc
+.*.swp
+*.conf
bgstack15